lib/multi_encoder/images/abstract.rb in multi_encoder-0.0.6 vs lib/multi_encoder/images/abstract.rb in multi_encoder-0.0.7
- old
+ new
@@ -26,7 +26,12 @@
when :aws
MultiEncoder::Storage::AWS
end
self.class.send :include, storage
end
+
+ private
+ def eps_path
+ "/tmp/#{@contents}-#{Time.now.strftime('%Y%m%d-%H%M%S')}.eps"
+ end
end
end