14 lines
360 B
YAML
14 lines
360 B
YAML
# == Schema Information
|
|
# Schema version: 20090102171850
|
|
#
|
|
# Table name: article_categories
|
|
#
|
|
# id :integer(4) 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:
|
|
id: 1
|
|
description: fruits and only fruits
|