aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/taggings.yml
blob: 617210d604f12897e92ef5e33aaab2f9e43a24c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
welcome_general:
  id: 1
  tag_id: 1
  super_tag_id: 2
  taggable_id: 1
  taggable_type: Post

thinking_general:
  id: 2
  tag_id: 1
  taggable_id: 2
  taggable_type: Post

fake: 
  id: 3
  tag_id: 1
  taggable_id: 1
  taggable_type: FakeModel