class Lookbook::PageEntity

def add_section(section)

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