aboutsummaryrefslogtreecommitdiffstats
path: root/lib/aclog
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-04-04 03:07:35 +0900
committerre4k <re4k@re4k.info>2013-04-04 03:07:35 +0900
commit61dde16fd55babd2ccf5ff6a9c8be1f600868d9b (patch)
treeaf4e6f14ad16f87e911426e950ff1d72128f8328 /lib/aclog
parent1b49426b0c935a44262384acb526e5fbb86598c7 (diff)
downloadaclog-61dde16fd55babd2ccf5ff6a9c8be1f600868d9b.tar.gz
Add repoting copied tweets form
Diffstat (limited to 'lib/aclog')
-rw-r--r--lib/aclog/constants.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/aclog/constants.rb b/lib/aclog/constants.rb
new file mode 100644
index 0000000..d6cca67
--- /dev/null
+++ b/lib/aclog/constants.rb
@@ -0,0 +1,12 @@
+module Aclog
+ module Constants
+ module IssueStatus
+ RESOLVED = 0
+ PENDING = 1
+ end
+
+ module IssueType
+ TWEET_STOLEN = 0
+ end
+ end
+end