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