mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Dropped from the interface
This commit is contained in:
parent
ecd07cd905
commit
4191d1e675
1 changed files with 0 additions and 9 deletions
|
@ -26,16 +26,7 @@ class ActiveStorage::Service
|
|||
raise NotImplementedError
|
||||
end
|
||||
|
||||
|
||||
def url(key, expires_in:, disposition:, filename:)
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def bytesize(key)
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def checksum(key)
|
||||
raise NotImplementedError
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue