class Lookbook::PageEntity
def add_section(section)
- Api: - private
def add_section(section) @sections << section @sections.sort_by! { |section| [section.priority, section.label] } end
def add_section(section) @sections << section @sections.sort_by! { |section| [section.priority, section.label] } end