foodsoft/test/fixtures/article_categories.yml

19 lines
419 B
YAML
Raw Normal View History

# == Schema Information
# Schema version: 20090119155930
#
# Table name: article_categories
#
# id :integer not null, primary key
# name :string(255) default(""), not null
# description :string(255)
#
2009-01-06 11:49:19 +01:00
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
fruits:
name: Fruits
2009-01-06 11:49:19 +01:00
description: fruits and only fruits
vegi:
name: Vegetables
other:
name: Other stuff