Flowdock
method

delete_assets_initializer_skipping_sprockets

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: Rails::Generators::AppGenerator
delete_assets_initializer_skipping_sprockets() public

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/rails/app/app_generator.rb, line 249
      def delete_assets_initializer_skipping_sprockets
        if options[:skip_sprockets]
          remove_file 'config/initializers/assets.rb'
        end
      end
Register or log in to add new notes.