method

asset_pipeline_gemfile_entry

asset_pipeline_gemfile_entry()
private

No documentation available.

# 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