app/uploaders/phcpresspro/pstimage_uploader.rb in phcpresspro-1.5.3 vs app/uploaders/phcpresspro/pstimage_uploader.rb in phcpresspro-1.6.0
- old
+ new
@@ -25,6 +25,6 @@
def secure_token
var = :"@#{mounted_as}_secure_token"
model.instance_variable_get(var) or model.instance_variable_set(var, SecureRandom.uuid)
end
-end
+end
\ No newline at end of file