beast rev 2066
[beast-modified.git] / vendor / plugins / will_paginate / test / fixtures / replies.yml
blob1330e53d40eac5b60a78201788a0357a975b5006
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
14   
15 spam:
16   id: 3
17   topic_id: 1
18   content: Nice site!
19   created_at: <%= 1.hour.ago.to_s(:db) %>
20   updated_at: nil