Module: ActiveAdmin::ResourceController::PageConfigurations
- Extended by:
- ActiveSupport::Concern
- Included in:
- ActiveAdmin::ResourceController
- Defined in:
- lib/active_admin/resource_controller/page_configurations.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
- #index_config ⇒ Object protected
- #show_config ⇒ Object protected
Instance Method Details
#index_config ⇒ Object (protected)
43 44 45 |
# File 'lib/active_admin/resource_controller/page_configurations.rb', line 43 def index_config @index_config ||= self.class.index_config end |
#show_config ⇒ Object (protected)
47 48 49 |
# File 'lib/active_admin/resource_controller/page_configurations.rb', line 47 def show_config @show_config ||= self.class.show_config end |