Created
February 25, 2012 06:54
-
-
Save luckyruby/1907121 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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