Fix URL configuration when S3 is enabled
This commit is contained in:
parent
45230c56ab
commit
d14967e1c8
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,6 @@ module RoutingHelper
|
|||
end
|
||||
|
||||
def full_asset_url(source)
|
||||
File.join(root_url, ActionController::Base.helpers.asset_url(source))
|
||||
Rails.configuration.x.use_s3 ? source : File.join(root_url, ActionController::Base.helpers.asset_url(source))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue