mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
591a0bb87f
Allow fixtures YAML files to set the model class in the file itself Conflicts: activerecord/CHANGELOG.md
6 lines
116 B
YAML
6 lines
116 B
YAML
_fixture:
|
|
model_class: Comment
|
|
|
|
second_greetings:
|
|
post: second_welcome
|
|
body: Thank you for the second welcome
|