Initial badge system implementation.

This commit is contained in:
Vikhyat Korrapati
2014-03-05 18:22:20 +05:30
parent 9eb3958374
commit 9b26c8584e
41 changed files with 1186 additions and 0 deletions

View File

@ -10,6 +10,7 @@ describe User do
it { should have_many(:user_open_ids).dependent(:destroy) }
it { should have_many(:user_actions).dependent(:destroy) }
it { should have_many(:post_actions).dependent(:destroy) }
it { should have_many(:user_badges).dependent(:destroy) }
it { should have_many(:email_logs).dependent(:destroy) }
it { should have_many(:post_timings) }
it { should have_many(:topic_allowed_users).dependent(:destroy) }