Hello, just curious...
When I handle an ajax call in my controller, why does
render :action => "template.js.rjs"
work but
render :action => "template"
does not ?
I think the latter looks nicer. Ideally, I'd prefer to do
render :action => :template
Thanks!