Sha256: 9678ab78059609763dcd4184a8838cb487fbf3fbfb81a89855d39b7a6610011a
Contents?: true
Size: 245 Bytes
Versions: 11
Compression:
Stored size: 245 Bytes
Contents
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
11 entries across 11 versions & 1 rubygems