]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/classic_pagination/test/fixtures/topics.yml
61ea02d76f0da21940203aa975c8e387ca4f975f
[rails.git] / vendor / plugins / classic_pagination / test / fixtures / topics.yml
1 futurama:
2   id: 1
3   title: Isnt futurama awesome?
4   subtitle: It really is, isnt it.
5   content: I like futurama
6   created_at: <%= 1.day.ago.to_s(:db) %>
7   updated_at:
8   
9 harvey_birdman:
10   id: 2
11   title: Harvey Birdman is the king of all men
12   subtitle: yup
13   content: It really is
14   created_at: <%= 2.hours.ago.to_s(:db) %>
15   updated_at:
16
17 rails:
18   id: 3
19   title: Rails is nice
20   subtitle: It makes me happy
21   content: except when I have to hack internals to fix pagination. even then really.
22   created_at: <%= 20.minutes.ago.to_s(:db) %>