14 lines
258 B
YAML
14 lines
258 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
user: one
|
|
commentable: one
|
|
commentable_type: Commentable
|
|
body: MyText
|
|
|
|
two:
|
|
user: two
|
|
commentable: two
|
|
commentable_type: Commentable
|
|
body: MyText
|