Skip to content

Instantly share code, notes, and snippets.

@jaxgeller
Created May 16, 2015 17:56
Show Gist options
  • Save jaxgeller/cf355254810f090f51ed to your computer and use it in GitHub Desktop.
Save jaxgeller/cf355254810f090f51ed to your computer and use it in GitHub Desktop.
Disable coffeescript for Rails
config.generators do |g|
g.javascript_engine :js
end
@jaxgeller
Copy link
Author

put this in config/application.rb

@Mohammad1704
Copy link

thanks .I will try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment