class method
self.included
Ruby on Rails 6.0.6
Since v6.0.6 Last seen in v6.0.6Signature
self.included(klass)
No documentation comment.
Parameters
-
klassreq
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