added filter criteria models
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class SubCategory < ActiveRecord::Base
|
||||
belongs_to :category
|
||||
has_many :filter_criterias, as: :owner
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user