Sha256: 280dfcf3ca1abcd88c888d65208149a83455a4b1a6666c468fb37ccc9b65dced
Contents?: true
Size: 501 Bytes
Versions: 3
Compression:
Stored size: 501 Bytes
Contents
require 'pancake' require ::File.join(::File.expand_path(::File.dirname(__FILE__)), "..", "<%= stack_name %>") # get the application to run. The applicadtion in the Pancake.start block # is the master application. It will have all requests directed to it through the # pancake middleware # This should be a very minimal file, but should be used when any stand alone code needs to be included app = Pancake.start(:root => Pancake.get_root(__FILE__)){ <%= stack_name.camel_case %>.stackup } run app
Version data entries
3 entries across 3 versions & 1 rubygems