a8aa59e96e
# Conflicts: # Gemfile.lock
7 lines
196 B
Ruby
7 lines
196 B
Ruby
# See https://github.com/fphilipe/premailer-rails#configuration
|
|
Premailer::Rails.config.merge!(
|
|
generate_text_part: false,
|
|
preserve_styles: true,
|
|
remove_comments: true,
|
|
remove_ids: true
|
|
)
|