~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activerecord/test/fixtures/categorizations.yml

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
david_welcome_general:
 
2
  id: 1
 
3
  author_id: 1
 
4
  post_id: 1
 
5
  category_id: 1
 
6
 
 
7
mary_thinking_sti:
 
8
  id: 2
 
9
  author_id: 2
 
10
  post_id: 2
 
11
  category_id: 3
 
12
 
 
13
mary_thinking_general:
 
14
  id: 3
 
15
  author_id: 2
 
16
  post_id: 2
 
17
  category_id: 1