instance method prepend_features

Ruby on Rails 8.0.4

Since v7.1.6

Available in: v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

prepend_features(base)

No documentation comment.

Parameters

base req
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close