FEATURE: Read Faq badge

This commit is contained in:
Sam
2014-07-11 17:32:29 +10:00
parent 167a2a68e6
commit 833c50c460
7 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class AddReadFaqToUserStats < ActiveRecord::Migration
def change
add_column :user_stats, :read_faq, :datetime
end
end