> I wonder if some other method would work better?  redirect_to :back
> sounds so un-english.
>
> Suggestions:
> redirect_to :previous, :controller =>
> 'alternative_controller', :action => 'alt_action'
> redirect_to :referring_url, :controller =>
> 'alternative_controller', :action => 'alt_action'
> redirect_back_otherwise :controller => ...
>
> sound better to me.  I'd really like to see this in the core.

redirect_to :back is already in the core, but its not a large change
to make the keyword different. If others agree.
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to