Sha256: a59c423df7ac8ea19ca8892e6b192c12bc5de16830237fa69283687b28acd3c7
Contents?: true
Size: 339 Bytes
Versions: 18
Compression:
Stored size: 339 Bytes
Contents
# Initializers can be used to configure information about your padrino app # The following format is used because initializers are applied as plugins into the application module ExampleInitializer def self.registered(app) # Manipulate 'app' here to register components or adjust configuration # app.set :example, "foo" end end
Version data entries
18 entries across 18 versions & 1 rubygems