lib/carrierwave/uploader/proxy.rb in carrierwave-0.2.4 vs lib/carrierwave/uploader/proxy.rb in carrierwave-0.3.0

- old
+ new

@@ -28,10 +28,10 @@ # === Returns # # [String] uniquely identifies a file # def identifier - file.identifier if file.respond_to?(:identifier) + storage.identifier if storage.respond_to?(:identifier) end ## # Read the contents of the file # \ No newline at end of file