method
run_bundle
v6.0.0 -
Show latest stable
- Class:
Rails::Generators::AppBase
run_bundle()private
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 407
def run_bundle
bundle_command("install", "BUNDLE_IGNORE_MESSAGES" => "1") if bundle_install?
end