lib/carrierwave/storage/file.rb in carrierwave-0.3.1 vs lib/carrierwave/storage/file.rb in carrierwave-0.3.2
- old
+ new
@@ -1,4 +1,6 @@
+# encoding: utf-8
+
module CarrierWave
module Storage
##
# File storage stores file to the Filesystem (surprising, no?). There's really not much