Module: ActionHandler::Controller

Defined in:
lib/action_handler/controller.rb

Class Method Summary collapse

Class Method Details

.included(ctrl_class) ⇒ Object



7
8
9
# File 'lib/action_handler/controller.rb', line 7

def self.included(ctrl_class)
  ctrl_class.extend ActionHandler::ControllerExtension
end