~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/actionpack/test/fixtures/topics.yml

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
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) %>