Implement forum topic voting and tag change pruning (#3580)
This commit is contained in:
11
test/fixtures/forum_post_votes.yml
vendored
Normal file
11
test/fixtures/forum_post_votes.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
forum_post_id: 1
|
||||
creator_id: 1
|
||||
score: 1
|
||||
|
||||
two:
|
||||
forum_post_id: 1
|
||||
creator_id: 1
|
||||
score: 1
|
||||
Reference in New Issue
Block a user