method

included

rails latest stable - Class: ActiveSupport::Deprecation::InstanceDelegator
included(base)
public

No documentation available.

# File activesupport/lib/active_support/deprecation/instance_delegator.rb, line 6
      def self.included(base)
        base.extend(ClassMethods)
        base.singleton_class.prepend(OverrideDelegators)
      end