Sha256: d298e580901a68d6ee0dc46028db330537a76c705aa0fac98ea1efc62897618d
Contents?: true
Size: 678 Bytes
Versions: 43
Compression:
Stored size: 678 Bytes
Contents
################################################## # NOTE FOR UPGRADING FROM PRE-3.0 VERSION # ################################################## Paperclip 3.0 introduces a non-backward compatible change in your attachment path. This will help to prevent attachment name clashes when you have multiple attachments with the same name. If you didn't alter your attachment's path and are using Paperclip's default, you'll have to add `:path` and `:url` to your `has_attached_file` definition. For example: has_attached_file :avatar, :path => ":rails_root/public/system/:attachment/:id/:style/:filename", :url => "/system/:attachment/:id/:style/:filename"
Version data entries
43 entries across 41 versions & 5 rubygems