5 lines
80 B
Ruby
5 lines
80 B
Ruby
class CatTaxon < ActiveRecord::Base
|
|
belongs_to :t_cat
|
|
belongs_to :taxon
|
|
end
|