method
after_bundle
v6.1.7.7 -
Show latest stable
- Class:
Rails::Generators::AppGenerator
after_bundle(&block)private
Registers a callback to be executed after bundle and spring binstubs have run.
after_bundle do git add: '.' end
after_bundle(&block)Registers a callback to be executed after bundle and spring binstubs have run.
after_bundle do git add: '.' end