Module: ActionHandler::ControllerExtension

Defined in:
lib/action_handler/controller.rb

Instance Method Summary collapse

Instance Method Details

#use_handlerObject



13
14
15
16
# File 'lib/action_handler/controller.rb', line 13

def use_handler
  handler = yield
  ActionHandler::Installer.new.install(handler, self)
end