Sha256: 26f9a3926a9273987d1c1f6d4e648a0391ac12567ffbd048ce89a9cf393216d1
Contents?: true
Size: 392 Bytes
Versions: 16
Compression:
Stored size: 392 Bytes
Contents
require_relative 'config/configuration' 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) end end
Version data entries
16 entries across 16 versions & 1 rubygems