2009-01-08 16:33:27 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: article_categories
|
|
|
|
#
|
2009-02-02 16:35:43 +01:00
|
|
|
# id :integer not null, primary key
|
2009-01-08 16:33:27 +01:00
|
|
|
# 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:
|
2009-02-02 16:35:43 +01:00
|
|
|
name: Fruits
|
2009-01-06 11:49:19 +01:00
|
|
|
description: fruits and only fruits
|
2009-02-02 16:35:43 +01:00
|
|
|
vegi:
|
|
|
|
name: Vegetables
|
2009-02-06 17:06:08 +01:00
|
|
|
other:
|
|
|
|
name: Other stuff
|