Module: Trek::Sectionable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Page, PageVersion
- Defined in:
- app/models/concerns/trek/sectionable.rb
Constant Summary collapse
- SECTIONS =
[].freeze
- SECTION_NAMES =
SECTIONS.map do |section_klass| section_klass.model_name.plural.to_sym end