| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| paperclip | ||
| paperclip.rb |
Rails.root returns a Pathname and you can now declare your attachment
without having to call #to_s first:
has_attached_file :avatar,
:storage => :s3,
:s3_credentials => Rails.root.join('s3.yml')
(cherry picked from commit 65d7600b7246cb3bd8f10805fb618e5839694318)
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| paperclip | Loading commit data... | |
| paperclip.rb | Loading commit data... |