7 lines
131 B
Ruby
7 lines
131 B
Ruby
|
|
class LinkBanner < ActiveRecord::Base
|
||
|
|
belongs_to :category
|
||
|
|
belongs_to :section
|
||
|
|
belongs_to :sub_category
|
||
|
|
belongs_to :item
|
||
|
|
|
||
|
|
end
|