changelog shortlog tags changeset manifest revisions annotate raw

test/fixtures/order_items.yml

changeset 12: 755229281e85
author: moriq <moriq@moriq.com>
date: Mon Mar 10 03:51:59 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add scaffold order_item.
1# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
3moriq_carrot:
4 order: moriq
5 product: carrot
6 quantity: 2
7
8moriq_onion:
9 order: moriq
10 product: onion
11 quantity: 1