Files
rails/actionpack/test/controller
Pratik Naik d67e03871e Make ActionController#render(string) work as a shortcut for render :template => string. [#1435]
Examples:
  # Instead of render(:template => 'controller/action')
  render('controller/action')

Note : Argument must not begin with a '/', but have at least one '/'
2008-12-25 22:26:03 +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