Improve badge grouping UI

Start work on triggers
This commit is contained in:
Sam
2014-07-22 11:11:30 +10:00
parent 375f0815b6
commit b9a7d945c3
9 changed files with 42 additions and 20 deletions

View File

@ -17,6 +17,12 @@ class Badge < ActiveRecord::Base
# other consts
AutobiographerMinBioLength = 10
module Triggers
PostAction = 1
ReadGuidelines = 2
PostRevision = 4
TrustLevelChange = 8
end
module Queries