class method
self.extended
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
self.extended(base)
No documentation comment.
Parameters
-
basereq
Source
# 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
Defined in activesupport/lib/active_support/memoizable.rb line 7
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Memoizable