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
  navigation: true,
  page_title: true,

  # Defined in Super::ApplicationController
  current_action: true,
  with_current_action: true,
}