Class: ApplicationController
- Inherits:
-
RuGUI::BaseController
- Object
- RuGUI::BaseObject
- RuGUI::BaseController
- ApplicationController
- Defined in:
- lib/rugui/generators/rugui/templates/app/controllers/application_controller.rb
Overview
A base controller for other application controllers.
Instance Attribute Summary
Attributes inherited from RuGUI::BaseController
#controllers, #main_models, #models, #parent_controller, #views
Method Summary
Methods inherited from RuGUI::BaseController
controllers, #framework_adapter, #initialize, #main_controller, main_models, models, #post_registration, #register_controller, #register_main_model, #register_model, #register_view, views
Methods included from RuGUI::InitializeHooks
included, #initialize_with_hooks, update_initialize_method
Methods included from RuGUI::EntityRegistrationSupport
Methods included from RuGUI::SignalSupport
#autoconnect_declared_signals, included
Methods included from RuGUI::LogSupport
Methods included from RuGUI::PropertyObserver
included, #named_observable_property_updated, #property_updated
Methods included from RuGUI::FrameworkAdapters::FrameworkAdapterSupport
#framework_adapter_for, included, #load_framework_adapter
Methods inherited from RuGUI::BaseObject
Constructor Details
This class inherits a constructor from RuGUI::BaseController