Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created February 25, 2012 06:54
Show Gist options
  • Save luckyruby/1907121 to your computer and use it in GitHub Desktop.
Save luckyruby/1907121 to your computer and use it in GitHub Desktop.
render :template => 'rates/refresh_location.coffee
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:coffee] instead.
render :formats => [:js], :handlers => [:coffee], :template => '/rates/refresh_location'
ActionView::MissingTemplate (Missing template layouts/application with {:locale=>[:en], :formats=>[:js], :handlers=>[:coffee]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment