class method self.included

Ruby on Rails 6.0.6.1

Since v6.0.6.1 Last seen in v6.0.6.1

Signature

self.included(klass)

No documentation comment.

Parameters

klass req
Source
# File activestorage/lib/active_storage/downloading.rb, line 8
    def self.included(klass)
      ActiveSupport::Deprecation.warn <<~MESSAGE.squish, caller_locations(2)
        ActiveStorage::Downloading is deprecated and will be removed in Active Storage 6.1.
        Use ActiveStorage::Blob#open instead.
      MESSAGE
    end

Defined in activestorage/lib/active_storage/downloading.rb line 8 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveStorage::Downloading

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close