Flowdock
method

coffee_gemfile_entry

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: AppBase
coffee_gemfile_entry() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/app_base.rb, line 213
      def coffee_gemfile_entry
        if options.dev? || options.edge?
                      # Use CoffeeScript for .js.coffee assets and views            gem 'coffee-rails', github: 'rails/coffee-rails'
        else
                      # Use CoffeeScript for .js.coffee assets and views            gem 'coffee-rails', '~> 4.0.0'
        end
      end
Register or log in to add new notes.