Files
rails/actionpack/test/controller
Pratik Naik cd1d6e8768 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 '/'
2008-12-25 23:05:34 +00:00
..
2008-12-21 15:57:09 +00:00
2008-12-18 13:14:09 -06:00
2008-12-17 10:10:24 -06:00