Sha256: fdf080476e136e432bab5db02227b7261e0df28b9d481e98db9ecc76a973be37
Contents?: true
Size: 305 Bytes
Versions: 4
Compression:
Stored size: 305 Bytes
Contents
require 'workarea/afterpay' module Workarea module Afterpay class Engine < ::Rails::Engine include Workarea::Plugin isolate_namespace Workarea::Afterpay config.to_prepare do Storefront::ApplicationController.helper(Storefront::AfterpayHelper) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems