Guest User

Untitled

a guest
Jun 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. has_attached_file :postcard_image,
  2. :styles => { :normal => "700x490!" },
  3. :storage => "s3",
  4. :s3_credentials => ApplicationConfig['s3']['credentials'],
  5. :bucket => ApplicationConfig['s3']['bucket'],
  6. :path => ':class/:id/:style.:extension'
Add Comment
Please, Sign In to add comment