Class: _APPLICATION_UPCODE_::Application

Inherits:
RubyApp::Application show all
Defined in:
lib/ruby_app/templates/application/lib/_APPLICATION_DOWNCODE_/application.rb

Instance Attribute Summary

Attributes inherited from RubyApp::Application

#environment, #options

Instance Method Summary collapse

Methods inherited from RubyApp::Application

create!, create_context!, destroy!, exists?, get, root, root=, root_or_nil

Methods included from RubyApp::Mixins::ConfigurationMixin

#configuration

Methods included from RubyApp::Mixins::DelegateMixin

#exists?, #method_missing

Constructor Details

#initializeApplication

Returns a new instance of Application.



10
11
12
# File 'lib/ruby_app/templates/application/lib/_APPLICATION_DOWNCODE_/application.rb', line 10

def initialize
  super
end