# frozen_string_literal: true module BootstrapEmail module Rails class Engine < ::Rails::Engine end end end