Class: AdminData::BaseController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- AdminData::BaseController
- Includes:
- Chelper
- Defined in:
- app/controllers/admin_data/base_controller.rb
Direct Known Subclasses
FeedController, MainController, MigrationController, SearchController
Instance Attribute Summary collapse
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
Method Summary
Methods included from Chelper
#admin_data_invalid_record_link, #admin_data_is_allowed_to_update?, #admin_data_is_allowed_to_update_model?, #admin_data_is_allowed_to_view?, #admin_data_is_allowed_to_view_klass?, #per_page
Instance Attribute Details
#klass ⇒ Object (readonly)
Returns the value of attribute klass.
13 14 15 |
# File 'app/controllers/admin_data/base_controller.rb', line 13 def klass @klass end |
#model ⇒ Object (readonly)
Returns the value of attribute model.
13 14 15 |
# File 'app/controllers/admin_data/base_controller.rb', line 13 def model @model end |