module ActionHandler::ControllerExtension
Public Instance Methods
use_handler(&block)
click to toggle source
# File lib/action_handler/controller.rb, line 13 def use_handler(&block) ActionHandler::Installer.new.install(self, &block) end