method

run_bundle

run_bundle()
private

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 693
      def run_bundle
        bundle_command("install --quiet", "BUNDLE_IGNORE_MESSAGES" => "1") if bundle_install?
      end