1
0
Fork 0
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:
David Heinemeier Hansson 2017-07-06 15:42:09 +02:00
parent ecd07cd905
commit 4191d1e675

View file

@ -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