Sha256: 0179e375ca95a57643681bff955efc0a900381815cd3f1d024545346781644d8
Contents?: true
Size: 522 Bytes
Versions: 4
Compression:
Stored size: 522 Bytes
Contents
require_relative 'config/configuration' # When manually setting the entry point below, uncomment this line: # require_relative 'app/controllers/some_controller' module <%= object.name_as_class %> class Application # Change this to be the controller you would like to start the # application from. # # def self.entry_point # <%= object.name_as_class %>::SomeController.new # end # Vedeu::Runtime::Bootstrap.start(ARGV, entry_point) Vedeu::Runtime::Bootstrap.start(ARGV) end end
Version data entries
4 entries across 4 versions & 1 rubygems