Sha256: 54fe230832ad5f592da908f2841c2b3b414102ba703c793da75e01bc9e1cf654
Contents?: true
Size: 335 Bytes
Versions: 5
Compression:
Stored size: 335 Bytes
Contents
module Workarea module MailChimp class Engine < ::Rails::Engine include Workarea::Plugin isolate_namespace Workarea::MailChimp %w(lib/integrations).each do |path| config.autoload_paths << "#{config.root}/#{path}" config.eager_load_paths << "#{config.root}/#{path}" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems