module FoodsoftAutomaticInvoices class Engine < ::Rails::Engine def default_foodsoft_config(cfg) cfg[:use_automatic_invoices] = false end end end