Banner sections can be saved (one banner can appear in several sections) If the hex color is changed in the textfield, the color of the color picker changes.
5 lines
94 B
Ruby
5 lines
94 B
Ruby
class Banner::Section < ActiveRecord::Base
|
|
belongs_to :banner
|
|
belongs_to :web_section
|
|
end
|