aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Vakhov <vakhov@gmail.com>2012-03-10 09:45:13 +0400
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-13 23:33:00 +0530
commit5f281454a99307212995dce4971e8e9202597bb7 (patch)
tree92469cadc08661a1b62f4d6ca1c54902beb31bfe
parentdfbbf31dd2056d989cac8f1942130d93aa841e1b (diff)
downloadrails-5f281454a99307212995dce4971e8e9202597bb7.tar.gz
rails-5f281454a99307212995dce4971e8e9202597bb7.tar.bz2
rails-5f281454a99307212995dce4971e8e9202597bb7.zip
Fix layout method doc formatting
-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 cb3b793418..c482062592 100644
--- a/actionpack/lib/abstract_controller/layouts.rb
+++ b/actionpack/lib/abstract_controller/layouts.rb
@@ -237,8 +237,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
# nil:: Force default layout behavior with inheritance