Skip to content

Commit

Permalink
link_to_remote -> link_to :remote => true
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 16, 2010
1 parent b9c48f5 commit 9e1e95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/capture_helper.rb
Expand Up @@ -77,7 +77,7 @@ def capture(*args)
#
# 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 %>
Expand Down

0 comments on commit 9e1e95f

Please sign in to comment.