]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/classic_pagination/test/fixtures/replies.yml
284c9c0796d151502fdec7cd06010a8c3b4c6158
[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