Sha256: f9d65d8b44d8256bacaf1c424fb6bb3f825203eefc34bb662b39a31f7737858c
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
require_relative 'config/configuration' # Uncomment this, if you are manually setting the entry point below # 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
4 entries across 4 versions & 1 rubygems