method
coffee_gemfile_entry
v4.2.9 -
Show latest stable
- Class:
Rails::Generators::AppBase
coffee_gemfile_entry()protected
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 275
def coffee_gemfile_entry
comment = 'Use CoffeeScript for .coffee assets and views'
GemfileEntry.version 'coffee-rails', '~> 4.1.0', comment
end