alg-paperclip 2.3.1.1 → 2.3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/paperclip.rb +1 -1
- metadata +1 -1
data/lib/paperclip.rb
CHANGED
@@ -46,7 +46,7 @@ end
|
|
46
46
|
# documentation for Paperclip::ClassMethods for more useful information.
|
47
47
|
module Paperclip
|
48
48
|
|
49
|
-
VERSION = "2.3.1.
|
49
|
+
VERSION = "2.3.1.2"
|
50
50
|
|
51
51
|
class << self
|
52
52
|
# Provides configurability to Paperclip. There are a number of options available, such as:
|