12 lines
244 B
YAML
12 lines
244 B
YAML
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
|
||
|
|
one:
|
||
|
|
user: one
|
||
|
|
votable=references{polymorphic}: MyString
|
||
|
|
direction: 1
|
||
|
|
|
||
|
|
two:
|
||
|
|
user: two
|
||
|
|
votable=references{polymorphic}: MyString
|
||
|
|
direction: 1
|