class Fulmar::Service::BootstrapService

Initializes the rake service and starts it

Public Instance Methods

fly() click to toggle source
# File lib/fulmar/service/bootstrap_service.rb, line 5
def fly
  Fulmar::Domain::Service::Application.new.run
end