Sha256: 770fa3e031de4f0a6940d312169b3424c28b58ca0c275e7a08f8a133b0e76c0a
Contents?: true
Size: 504 Bytes
Versions: 20
Compression:
Stored size: 504 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::Bootstrap.start(ARGV, entry_point) Vedeu::Bootstrap.start(ARGV) end end
Version data entries
20 entries across 20 versions & 2 rubygems