method
after_bundle
v4.2.7 -
Show latest stable
- Class:
Rails::Generators::Actions
after_bundle(&block)public
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