mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 22:38:49 +01:00
47 lines
862 B
YAML
47 lines
862 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
<%
|
|
def today
|
|
Time.now.utc.beginning_of_day.to_s(:db)
|
|
end
|
|
%>
|
|
|
|
timemachine:
|
|
id: 1
|
|
name: Build a working time machine
|
|
description: ''
|
|
position: 1
|
|
state: 'active'
|
|
user_id: 1
|
|
created_at: <%= today %>
|
|
updated_at: <%= today %>
|
|
default_context_id: 5
|
|
|
|
moremoney:
|
|
id: 2
|
|
name: Make more money than Billy Gates
|
|
description: ''
|
|
position: 2
|
|
state: 'active'
|
|
user_id: 1
|
|
created_at: <%= today %>
|
|
updated_at: <%= today %>
|
|
|
|
gardenclean:
|
|
id: 3
|
|
name: Evict dinosaurs from the garden
|
|
description: ''
|
|
position: 3
|
|
state: 'active'
|
|
user_id: 1
|
|
created_at: <%= today %>
|
|
updated_at: <%= today %>
|
|
|
|
attendrailsconf:
|
|
id: 4
|
|
name: Attend RailsConf
|
|
description: ''
|
|
position: 1
|
|
state: 'active'
|
|
user_id: 2
|
|
created_at: <%= today %>
|
|
updated_at: <%= today %>
|