# == Schema Information
#
# 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