diff options
author | Ray Baxter <ray.baxter@gmail.com> | 2011-08-30 22:32:09 -0700 |
---|---|---|
committer | Ray Baxter <ray.baxter@gmail.com> | 2011-08-30 22:32:09 -0700 |
commit | 331dad14bc0623a8b1f24be88f2933c20c346c74 (patch) | |
tree | 209223f7b3816fd9c4fd3c46be4224b8045a4c83 /railties/guides/source | |
parent | f4492b8656f7a1937a574d9a8ea1f065e10df36d (diff) | |
download | rails-331dad14bc0623a8b1f24be88f2933c20c346c74.tar.gz rails-331dad14bc0623a8b1f24be88f2933c20c346c74.tar.bz2 rails-331dad14bc0623a8b1f24be88f2933c20c346c74.zip |
don't need edgeapi now that we are on 3.1
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/3_1_release_notes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_1_release_notes.textile b/railties/guides/source/3_1_release_notes.textile index 087926f98d..156987efc4 100644 --- a/railties/guides/source/3_1_release_notes.textile +++ b/railties/guides/source/3_1_release_notes.textile @@ -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. |