aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller
diff options
context:
space:
mode:
authorAlexey Vakhov <vakhov@gmail.com>2012-03-10 09:45:13 +0400
committerAlexey Vakhov <vakhov@gmail.com>2012-03-10 09:45:13 +0400
commit23c4efbb5b8804bc029423ef620c1e38914e1565 (patch)
tree16c7292e5ce10c573368563a35661fd22681cc09 /actionpack/lib/abstract_controller
parent35a0521c3c2e8cea397accb648f15f7e8b3cf8a8 (diff)
downloadrails-23c4efbb5b8804bc029423ef620c1e38914e1565.tar.gz
rails-23c4efbb5b8804bc029423ef620c1e38914e1565.tar.bz2
rails-23c4efbb5b8804bc029423ef620c1e38914e1565.zip
Fix layout method doc formatting
Diffstat (limited to 'actionpack/lib/abstract_controller')
-rw-r--r--actionpack/lib/abstract_controller/layouts.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/abstract_controller/layouts.rb b/actionpack/lib/abstract_controller/layouts.rb
index b02ee5ead3..a82e3dc90a 100644
--- a/actionpack/lib/abstract_controller/layouts.rb
+++ b/actionpack/lib/abstract_controller/layouts.rb
@@ -238,8 +238,7 @@ module AbstractController
#
# If the specified layout is a:
# String:: the String is the template name
- # Symbol:: call the method specified by the symbol, which will return
- # the template name
+ # Symbol:: call the method specified by the symbol, which will return the template name
# false:: There is no layout
# true:: raise an ArgumentError
#