aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/tag_references.yml
blob: d6267d58646a68a150b29fd752c817ed94177941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
thing1tag1:
  tag_id: <%= ActiveRecord::FixtureSet.identify(:tag1) %>
  taggable: thing1 (Thing)

thing1tag2:
  tag_id: <%= ActiveRecord::FixtureSet.identify(:tag2) %>
  taggable: thing1 (Thing)

thing2tag1:
  tag_id: <%= ActiveRecord::FixtureSet.identify(:tag1) %>
  taggable: thing2 (Thing)

comment1tag1:
  tag_id: <%= ActiveRecord::FixtureSet.identify(:tag1) %>
  taggable: comment1 (Comment)