mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 03:30:13 +01:00
22 lines
303 B
YAML
22 lines
303 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
agenda:
|
|
id: 2
|
|
name: agenda
|
|
position: 2
|
|
hide: false
|
|
user: admin_user
|
|
|
|
call:
|
|
id: 3
|
|
name: call
|
|
position: 3
|
|
hide: true
|
|
user: admin_user
|
|
|
|
email:
|
|
id: 4
|
|
name: email
|
|
position: 4
|
|
hide: false
|
|
user: admin_user
|