Module: ActionHandler::ControllerExtension

Defined in:
lib/action_handler/controller.rb

Instance Method Summary collapse

Instance Method Details

#use_handler(&block) ⇒ Object



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

def use_handler(&block)
  ActionHandler::Installer.new.install(self, &block)
end