Sha256: 42237a4d216549cd9a1f2e154605e76b2e777da3e7691878af58c567dc455b10

Contents?: true

Size: 434 Bytes

Versions: 9

Compression:

Stored size: 434 Bytes

Contents

# This file will be loaded as part of Hippo startup.
#
# Extensions are called in load order, so be aware latter extensions may
# override config options specified
Hippo.configure do | config |
    # You can specify a different initial vew by setting it here
    # It must be set if the "Workspace" extension is disabled in
    # lib/<%= identifier %>/extension.rb
    # config.root_view = "<%= class_name %>.Screens.<View Name>"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 templates/config/initialize.rb
hippo-fw-0.9.8 templates/config/initialize.rb
hippo-fw-0.9.7 templates/config/initialize.rb
hippo-fw-0.9.6 templates/config/initialize.rb
hippo-fw-0.9.5 templates/config/initialize.rb
hippo-fw-0.9.4 templates/config/initialize.rb
hippo-fw-0.9.3 templates/config/initialize.rb
hippo-fw-0.9.2 templates/config/initialize.rb
hippo-fw-0.9.1 templates/config/initialize.rb