lib/dm-paperclip.rb in dm-paperclip-2.3.0 vs lib/dm-paperclip.rb in dm-paperclip-2.3.1

- old
+ new

@@ -40,10 +40,10 @@ # The base module that gets included in ActiveRecord::Base. See the # documentation for Paperclip::ClassMethods for more useful information. module Paperclip - VERSION = "2.3.0" + VERSION = "2.3.1" # To configure Paperclip, put this code in an initializer, Rake task, or wherever: # # Paperclip.configure do |config| # config.root = Rails.root # the application root to anchor relative urls (defaults to Dir.pwd)