Merge pull request #2115 from vikhyat/badge-system

Initial badge system implementation
This commit is contained in:
Sam
2014-03-17 10:06:37 +11:00
41 changed files with 1186 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class User < ActiveRecord::Base
has_many :user_open_ids, dependent: :destroy
has_many :user_actions, dependent: :destroy
has_many :post_actions, dependent: :destroy
has_many :user_badges, dependent: :destroy
has_many :email_logs, dependent: :destroy
has_many :post_timings
has_many :topic_allowed_users, dependent: :destroy