module ActionHandler::Controller
Public Class Methods
included(ctrl_class)
click to toggle source
# File lib/action_handler/controller.rb, line 7 def self.included(ctrl_class) ctrl_class.extend ActionHandler::ControllerExtension end