6 lines
122 B
Ruby
6 lines
122 B
Ruby
|
CarrierWave.configure do |config|
|
||
|
if Rails.env == "production"
|
||
|
config.asset_host = "https://cdn.bikebike.org"
|
||
|
end
|
||
|
end
|