Created
December 8, 2015 10:05
-
-
Save vdw/2612fbbf56ac5da6bee1 to your computer and use it in GitHub Desktop.
Set a remote path for assets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CarrierWave.configure do |config| | |
config.asset_host = proc do |file| | |
'http://www.domain.com' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment