We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4610d08 commit ad7f0e0Copy full SHA for ad7f0e0
config/initializers/file_length_patch.rb
@@ -0,0 +1,4 @@
1
+# Valkyrie::Storage::Fedora expects io objects to have #length
2
+class ::File
3
+ alias_method :length, :size unless ::File.respond_to? :length
4
+end
0 commit comments