1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Remove another old redundant file.

This commit is contained in:
Dan Barber 2014-12-17 11:04:28 +00:00
parent 5cc8cbd8fa
commit 9112dd9970

View File

@ -1,9 +0,0 @@
Paperclip.interpolates(:s3_eu_url) do |att, style|
"#{att.s3_protocol}://s3-eu-west-1.amazonaws.com/#{att.bucket_name}/#{att.path(style)}"
end
module AWS
module S3
DEFAULT_HOST = "s3-eu-west-1.amazonaws.com"
end
end