beagle_app/app/models/taxon.rb
Nicolas Bally 7b6cba2128 initial
2015-01-27 23:13:36 +01:00

8 lines
113 B
Ruby

class Taxon < ActiveRecord::Base
has_many :cat_taxons
has_many :t_cats, :through => :cat_taxons
end