rails--rails/activerecord/test/fixtures/categories_posts.yml

35 lines
443 B
YAML

_fixture:
model_class: Post::CategoryPost
general_welcome:
category_id: 1
post_id: 1
technology_welcome:
category_id: 2
post_id: 1
general_thinking:
category_id: 1
post_id: 2
general_sti_habtm:
category_id: 1
post_id: 6
sti_test_sti_habtm:
category_id: 3
post_id: 6
general_hello:
category_id: 1
post_id: 4
general_misc_by_bob:
category_id: 1
post_id: 8
cooking_misc_by_bob:
category_id: 4
post_id: 8