You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
294 B

Premailer::Rails.config.merge!(
preserve_styles: true,
remove_ids: true,
input_encoding: 'UTF-8',
generate_text_part: true,
strategies: [:filesystem, :asset_pipeline, :network],
base_url: (Rails.env.production? ? 'completesentences.ikeafoundation.org' : 'https://gw.oncotype.dk')
)