This project is archived and is in readonly mode.
Changeset [cd1d6e8768ae13b11bc343701037b20ad35e6f1e] by Pratik Naik
December 25th, 2008 @ 11:05 PM
Make ActionController#render(string) work as a shortcut for render :action => string. [#1435]
Examples: # Instead of render(:action => 'other_action') render('other_action')
Note : Argument must not have any '/' http://github.com/rails/rails/co...
Committed by Pratik Naik
- M actionpack/CHANGELOG
- M actionpack/lib/action_controller/base.rb
- M actionpack/test/controller/render_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>