mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-06 10:25:40 +03:00
Remove app-specific interpolation
This commit is contained in:
@@ -157,9 +157,6 @@ module Paperclip
|
||||
@fog_credentials = @options[:fog_credentials]
|
||||
|
||||
@s3_url = ":s3_path_url" unless @s3_url.to_s.match(/^:s3.*url$/)
|
||||
Paperclip.interpolates(:s3_alias_url) do |attachment, style|
|
||||
":cdn_protocol://:cdn_domain/#{attachment.path(style).gsub(%r{^/}, "")}"
|
||||
end
|
||||
end
|
||||
|
||||
def aws_bucket
|
||||
|
||||
Reference in New Issue
Block a user