Merge pull request #2761 from raybaxter/bump_api_url

don't need edgeapi now that we are on 3.1
This commit is contained in:
Xavier Noria
2011-08-31 01:59:00 -07:00

View File

@@ -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.