instance method
extended
Ruby on Rails 8.1.2
Since v7.1.6Signature
extended(base)
No documentation comment.
Parameters
-
basereq
Source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 168
def extended(base)
@deprecator.warn(@message, caller_locations)
base.extend(target)
end
Defined in activesupport/lib/active_support/deprecation/proxy_wrappers.rb line 168
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedConstantProxy