module ActiveStorage::Downloading
def self.included(klass)
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