asset_host

This commit is contained in:
Godwin 2014-07-12 16:46:39 -06:00
parent 051a564db0
commit e1bbbe1a6b

View File

@ -0,0 +1,5 @@
CarrierWave.configure do |config|
if Rails.env == "production"
config.asset_host = "https://cdn.bikebike.org"
end
end