method
run_bundle
v4.2.9 -
Show latest stable
- Class:
Rails::Generators::AppBase
run_bundle()protected
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 352
def run_bundle
bundle_command('install') if bundle_install?
end