Class: Fulmar::Service::BootstrapService

Inherits:
Object
  • Object
show all
Defined in:
lib/fulmar/service/bootstrap_service.rb

Overview

Initializes the rake service and starts it

Instance Method Summary collapse

Instance Method Details

#flyObject



5
6
7
# File 'lib/fulmar/service/bootstrap_service.rb', line 5

def fly
  Fulmar::Domain::Service::Application.new.run
end