Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
backend
/
musik88-web
/
test
/
fixtures
/
lyric_synches.yml
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
yml
13 lines
220 Bytes
Copy permalink
Copy
Raw
1
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3
one
:
4
song
:
one
5
user
:
one
6
lyric
:
MyString
7
time
:
MyString
8
9
two
:
10
song
:
two
11
user
:
two
12
lyric
:
MyString
13
time
:
MyString