Skip to content

Instantly share code, notes, and snippets.

@jaxgeller
Created May 16, 2015 17:56
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