animal.rb

Path: app/models/animal.rb
Last Update: Fri Nov 23 11:19:51 +1100 2007

schema.rb snippet:

  create_table "animals", :force => true do |t|
    t.column "position",      :integer
    t.column "description",   :text
    t.column "noun_class_id", :integer
    t.column "kind_id",       :integer
  end

[Validate]