5 lines
103 B
Ruby
5 lines
103 B
Ruby
class Section < ActiveRecord::Base
|
|
has_many :categories
|
|
has_many :filter_criterias, as: :owner
|
|
end
|