aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/active_storage/service.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/active_storage/service.rb b/lib/active_storage/service.rb
index 038b6ccb53..0d0ebf6010 100644
--- a/lib/active_storage/service.rb
+++ b/lib/active_storage/service.rb
@@ -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