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