Godwin
10 years ago
5 changed files with 10 additions and 5 deletions
@ -1,3 +0,0 @@ |
|||
class Translation < I18n::Backend::ActiveRecord::Translation |
|||
has_paper_trail |
|||
end |
@ -1,5 +1,7 @@ |
|||
CarrierWave.configure do |config| |
|||
if Rails.env == "production" |
|||
config.asset_host = "https://cdn.bikebike.org" |
|||
elsif Rails.env == "preview" |
|||
config.asset_host = "https://preview-cdn.bikebike.org" |
|||
end |
|||
end |
|||
|
Loading…
Reference in new issue