banners are show now !
This commit is contained in:
7
front-api/models/link_banner.rb
Normal file
7
front-api/models/link_banner.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class LinkBanner < ActiveRecord::Base
|
||||
belongs_to :category
|
||||
belongs_to :section
|
||||
belongs_to :sub_category
|
||||
belongs_to :item
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user