Class: ActionAdmin::BaseController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/action_admin/base_controller.rb

Class Method Summary collapse

Class Method Details

.inherited(subclass) ⇒ Object



3
4
5
# File 'app/controllers/action_admin/base_controller.rb', line 3

def self.inherited(subclass)
  subclass.send(:include, ActionAdmin::Actionable)
end