5 lines
93 B
Ruby
5 lines
93 B
Ruby
class Banner::Section < ApplicationRecord
|
|
belongs_to :banner
|
|
belongs_to :web_section
|
|
end
|