Ticket #7149: controller.base.diff
| File controller.base.diff, 441 bytes (added by stevenbristol, 2 years ago) |
|---|
-
base.rb
old new 957 957 # redirect_to :action => "show", :id => 5 958 958 # redirect_to "http://www.rubyonrails.org" 959 959 # redirect_to "/images/screenshot.jpg" 960 # redirect_to articles_url 960 961 # redirect_to :back 961 962 # 962 963 # The redirection happens as a "302 Moved" header.