Skip to content

Commit

Permalink
don't need edgeapi now that we are on 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raybaxter authored and fxn committed Aug 31, 2011
1 parent 271cf98 commit 57dd60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/3_1_release_notes.textile
Expand Up @@ -170,7 +170,7 @@ class PostsController < ActionController::Base
end
</ruby>

You can restrict it to some actions by using +:only+ or +:except+. Please read the docs at "<tt>ActionController::Streaming</tt>":http://edgeapi.rubyonrails.org/classes/ActionController/Streaming.html for more information.
You can restrict it to some actions by using +:only+ or +:except+. Please read the docs at "<tt>ActionController::Streaming</tt>":http://api.rubyonrails.org/classes/ActionController/Streaming.html for more information.

* The redirect route method now also accepts a hash of options which will only change the parts of the url in question, or an object which responds to call, allowing for redirects to be reused.

Expand Down

0 comments on commit 57dd60f

Please sign in to comment.