Sha256: 48a6cabdbc72f9c56a1c1d35940d06bebe47f8ff54bf4105d65d5fb690c4037c
Contents?: true
Size: 259 Bytes
Versions: 19
Compression:
Stored size: 259 Bytes
Contents
class Breed < ActiveRecord::Base set_primary_key :name has_many :breed_genders, :foreign_key => 'breed_name' belongs_to :species, :foreign_key => 'species_name' col :name col :species_name col :weight, :type => :float col :weight_units end
Version data entries
19 entries across 19 versions & 1 rubygems