]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/classic_pagination/test/fixtures/replies.yml
Backporting the change that I made to the api06 branch to bring the classic_paginatio...
[rails.git] / vendor / plugins / classic_pagination / test / fixtures / replies.yml
1 witty_retort:
2   id: 1
3   topic_id: 1
4   content: Birdman is better!
5   created_at: <%= 6.hours.ago.to_s(:db) %>
6   updated_at: nil
7   
8 another:
9   id: 2
10   topic_id: 2
11   content: Nuh uh!
12   created_at: <%= 1.hour.ago.to_s(:db) %>
13   updated_at: nil