Module: Super::Reset

Extended by:
ActiveSupport::Concern
Defined in:
lib/super/reset.rb

Constant Summary collapse

KEEP =
{
  # Defined by Rails
  _layout: true,
  _generate_paths_by_default: true,

  # Defined in Super::SubstructureController
  page_title: true

  # Keep all of the ones in Super::SitewideController
}