banners are show now !

This commit is contained in:
Senad Uka
2015-03-29 12:46:51 +02:00
parent b90b4035aa
commit 7acf1a8d6c
16 changed files with 187 additions and 32 deletions

View File

@@ -0,0 +1,7 @@
class LinkBanner < ActiveRecord::Base
belongs_to :category
belongs_to :section
belongs_to :sub_category
belongs_to :item
end