lib/eco/api/custom/mailer.rb in eco-helpers-3.0.19 vs lib/eco/api/custom/mailer.rb in eco-helpers-3.0.20

- old
+ new

@@ -3,7 +3,8 @@ # class Custom::Workflow::Mailer < Eco::API::Custom::Mailer # ORG = "Org Name" # end class Eco::API::Custom::Mailer < Eco::API::Common::Loaders::Workflow::Mailer extend Eco::Language::Klass::WhenInherited + when_inherited(&config_block) end