method
private_url
v7.1.3.4 -
Show 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