Merge pull request #1019 from ZogStriP/reverse-index-of-user-uploads

added a reverse index of user uploads + rake task
This commit is contained in:
Robin Ward
2013-06-13 07:20:55 -07:00
6 changed files with 57 additions and 1 deletions

View File

@ -26,6 +26,8 @@ describe Post do
it { should have_many :post_replies }
it { should have_many :replies }
it { should have_and_belong_to_many :upload }
it { should rate_limit }
let(:topic) { Fabricate(:topic) }