diff options
Diffstat (limited to 'activerecord/test/fixtures/other_posts.yml')
-rw-r--r-- | activerecord/test/fixtures/other_posts.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/other_posts.yml b/activerecord/test/fixtures/other_posts.yml new file mode 100644 index 0000000000..39ff763547 --- /dev/null +++ b/activerecord/test/fixtures/other_posts.yml @@ -0,0 +1,7 @@ +_fixture: + model_class: Post + +second_welcome: + author_id: 1 + title: Welcome to the another weblog + body: It's really nice today |