Sha256: 5d4b85c679c92c4a4295a221ea32444c71577d9bb11bb41294efd9191b51e52b
Contents?: true
Size: 785 Bytes
Versions: 14
Compression:
Stored size: 785 Bytes
Contents
# Enter any global configuration for the stack in this file. class <%= stack_name.camel_case %> # include middleware for the development stack # Labels can be set in the config/environments/<env>.rb file to limit # middleware loading. # stack(:middleware_name, :labels => [:development, :production]).use(MiddlewareClass) class self::Configuration # Add defaults to your stack configuration. # This is scoped to this stack, and is inhertied into child stacks # # Fixed value defaults: # default :var_name, :value, "A description of the variable" # # Lazy Defaults: # default :var_name, lambda{ configuration_method }, "Some Description" # Declare methods on your configuraiton # def configuration_method; #stuff; end end end
Version data entries
14 entries across 14 versions & 1 rubygems