Class: Shipitron::Client::BootstrapApplication
- Inherits:
-
Object
- Object
- Shipitron::Client::BootstrapApplication
- Includes:
- Interactor::Organizer, Metaractor
- Defined in:
- lib/shipitron/client/bootstrap_application.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
23 24 25 26 27 |
# File 'lib/shipitron/client/bootstrap_application.rb', line 23 def call Logger.info "==> Bootstrapping #{application}" super Logger.info "==> Done" end |