method

asset_pipeline_gemfile_entry

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: AppBase
asset_pipeline_gemfile_entry() private

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 299
      def asset_pipeline_gemfile_entry
        unless skip_asset_pipeline?
          GemfileEntry.floats "propshaft", "The modern asset pipeline for Rails [https://github.com/rails/propshaft]"
        end
      end
Register or log in to add new notes.