Module AbstractController::Layouts::ClassMethods::LayoutConditions
In: lib/abstract_controller/layouts.rb

This module is mixed in if layout conditions are provided. This means that if no layout conditions are used, this method is not used

Methods

Public Instance methods

Determines whether the current action has a layout by checking the action name against the :only and :except conditions set on the layout.

Returns

  • Boolean - True if the action has a layout, false otherwise.

[Validate]