method

extended

rails latest stable - Class: ActiveRecord::Dirty::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

extended(base)
public

No documentation available.

# File activerecord/lib/active_record/dirty.rb, line 169
      def self.extended(base)
        base.singleton_class.alias_method_chain(:alias_attribute, :dirty)
      end