FEATURE: Reader badge

Read a every post in a topic that if 50 posts or longer
This commit is contained in:
Sam
2014-07-15 15:16:41 +10:00
parent 1b03feacf8
commit 4c25fedf70
5 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddAutoRevokeToBadges < ActiveRecord::Migration
def change
add_column :badges, :auto_revoke, :boolean, default: true, null: false
end
end