method
included
v2.1.0 -
Show latest stable
- Class:
ActionController::Integration::ControllerCapture
included(base)public
No documentation available.
# File actionpack/lib/action_controller/integration.rb, line 415
def self.included(base)
base.extend(ClassMethods)
base.class_eval do
class << self
alias_method_chain :new, :capture
end
end
end