Implement Event Ratings
This commit is contained in:
parent
5be1ad52ee
commit
20f4853487
67 changed files with 1298 additions and 378 deletions
7
spec/factories/votable_fields.rb
Normal file
7
spec/factories/votable_fields.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :votable_field do
|
||||
title { Faker::Lorem.word }
|
||||
votable_type { 'Event' }
|
||||
conference
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue