foodsoft/test/fixtures/article_categories.yml

19 lines
419 B
YAML

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