Files

5 lines
103 B
Ruby
Raw Permalink Normal View History

2015-01-17 23:59:26 +01:00
class Section < ActiveRecord::Base
has_many :categories
2015-02-07 14:48:02 +01:00
has_many :filter_criterias, as: :owner
2015-01-17 23:59:26 +01:00
end