Sha256: fadcf4fbb0801c2285e27850b138f6897c47fd3800c574922458f79e462441c7
Contents?: true
Size: 276 Bytes
Versions: 10
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true module BootstrapEmail module Converter class Body < Base def build body = doc.at_css('body') body.inner_html = template('body', classes: "#{body['class']} body", contents: body.inner_html) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems