Sha256: b0552d961a3e568549e5ce7d0ae3ac094f7e536ccde596cff9e578af12eae2ac
Contents?: true
Size: 352 Bytes
Versions: 4
Compression:
Stored size: 352 Bytes
Contents
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
4 entries across 4 versions & 1 rubygems