created items and configured back office ui a bit
This commit is contained in:
4
app/models/category.rb
Normal file
4
app/models/category.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Category < ActiveRecord::Base
|
||||
has_many :sub_categories
|
||||
belongs_to :section
|
||||
end
|
||||
Reference in New Issue
Block a user