Class: AdminData::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- AdminData::ApplicationController
- Defined in:
- app/controllers/admin_data/application_controller.rb
Direct Known Subclasses
AnalyticsController, CrudController, FeedController, HomeController, MigrationController, PublicController, SearchController, TableStructureController
Instance Attribute Summary collapse
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
Instance Attribute Details
#klass ⇒ Object (readonly)
Returns the value of attribute klass.
13 14 15 |
# File 'app/controllers/admin_data/application_controller.rb', line 13 def klass @klass end |