diff options
author | Cesar Carruitero <cesar@mozilla.pe> | 2012-11-09 10:21:34 -0500 |
---|---|---|
committer | Cesar Carruitero <cesar@mozilla.pe> | 2012-11-09 10:21:34 -0500 |
commit | 0500becd3fa868bf0eabb8ad47e4cd9f933abb96 (patch) | |
tree | 5f03b44399f59b890a6de18c96747de34568b2fd | |
parent | d2a0781b03eec21dddbd228e857897955283a81b (diff) | |
download | rails-0500becd3fa868bf0eabb8ad47e4cd9f933abb96.tar.gz rails-0500becd3fa868bf0eabb8ad47e4cd9f933abb96.tar.bz2 rails-0500becd3fa868bf0eabb8ad47e4cd9f933abb96.zip |
change rdoc syntax for adecuate render [ci-skip]
-rw-r--r-- | actionpack/lib/action_dispatch/routing/redirection.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/redirection.rb b/actionpack/lib/action_dispatch/routing/redirection.rb index c8566aed81..ecaac84057 100644 --- a/actionpack/lib/action_dispatch/routing/redirection.rb +++ b/actionpack/lib/action_dispatch/routing/redirection.rb @@ -116,7 +116,7 @@ module ActionDispatch # "http://#{request.host_with_port}/#{path}" # } # - # Note that the +do end+ syntax for the redirect block wouldn't work, as Ruby would pass + # Note that the <tt>do end</tt> syntax for the redirect block wouldn't work, as Ruby would pass # the block to +get+ instead of +redirect+. Use <tt>{ ... }</tt> instead. # # The options version of redirect allows you to supply only the parts of the url which need |