method

extended

rails latest stable - Class: ActiveSupport::Memoizable

Method deprecated or moved

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

extended(base)
public

No documentation available.

# File activesupport/lib/active_support/memoizable.rb, line 7
    def self.extended(base)
      ActiveSupport::Deprecation.warn "ActiveSupport::Memoizable is deprecated and will be removed in future releases,"          "simply use Ruby memoization pattern instead.", caller
      super
    end