aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-15 23:05:12 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-15 23:05:12 -0700
commit9e1e95f70af3c566190f47ee7a52fd49f785ec12 (patch)
treea328141538b199b5c22a21f2f20ce8128bc3d07e /actionpack/lib
parentb9c48f519fbeee8fda3c989204619648f794fb02 (diff)
downloadrails-9e1e95f70af3c566190f47ee7a52fd49f785ec12.tar.gz
rails-9e1e95f70af3c566190f47ee7a52fd49f785ec12.tar.bz2
rails-9e1e95f70af3c566190f47ee7a52fd49f785ec12.zip
link_to_remote -> link_to :remote => true
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_view/helpers/capture_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/capture_helper.rb b/actionpack/lib/action_view/helpers/capture_helper.rb
index b64dc1533f..42a67756e4 100644
--- a/actionpack/lib/action_view/helpers/capture_helper.rb
+++ b/actionpack/lib/action_view/helpers/capture_helper.rb
@@ -77,7 +77,7 @@ module ActionView
#
# Then, in another view, you could to do something like this:
#
- # <%= link_to_remote 'Logout', :action => 'logout' %>
+ # <%= link_to 'Logout', :action => 'logout', :remote => true %>
#
# <% content_for :script do %>
# <%= javascript_include_tag :defaults %>