here come the tags
This commit is contained in:
parent
c8732b6332
commit
29368bfdb9
16 changed files with 155 additions and 2 deletions
9
test/fixtures/tag_to_clips.yml
vendored
Normal file
9
test/fixtures/tag_to_clips.yml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
clip: one
|
||||
tag: one
|
||||
|
||||
two:
|
||||
clip: two
|
||||
tag: two
|
||||
7
test/fixtures/tags.yml
vendored
Normal file
7
test/fixtures/tags.yml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
Loading…
Add table
Add a link
Reference in a new issue