mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use the right indentation
This commit is contained in:
parent
ed7e4932f4
commit
5487f62741
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ module ActionView
|
||||||
# This module is mixed in if layout conditions are provided. This means
|
# This module is mixed in if layout conditions are provided. This means
|
||||||
# that if no layout conditions are used, this method is not used
|
# that if no layout conditions are used, this method is not used
|
||||||
module LayoutConditions # :nodoc:
|
module LayoutConditions # :nodoc:
|
||||||
private
|
private
|
||||||
|
|
||||||
# Determines whether the current action has a layout definition by
|
# Determines whether the current action has a layout definition by
|
||||||
# checking the action name against the :only and :except conditions
|
# checking the action name against the :only and :except conditions
|
||||||
|
|
Loading…
Reference in a new issue