method
private_url
rails latest stable - Class:
ActiveStorage::Service
private_url(key, expires_in:, filename:, disposition:, content_type:, **)private
No documentation available.
# File activestorage/lib/active_storage/service.rb, line 152
def private_url(key, expires_in,, filename,, disposition,, content_type,, **)
raise NotImplementedError
end