lib/paperclip/tus/adapter.rb in paperclip-tus-0.3.1 vs lib/paperclip/tus/adapter.rb in paperclip-tus-0.4.0
- old
+ new
@@ -11,11 +11,10 @@
@uid = target
@file_path = tus_file_path.to_s
@info = tus_info
cache_current_values
- # passing options to super for paperclip 5.2.x
- super if Paperclip::VERSION.to_f > 5.1
+ super
end
private
def cache_current_values