Allow to add custom mailers
In the same way we do for models, controllers ...
This commit is contained in:
@@ -133,6 +133,7 @@ module Consul
|
||||
config.autoload_paths << "#{Rails.root}/app/components/custom"
|
||||
config.autoload_paths << "#{Rails.root}/app/controllers/custom"
|
||||
config.autoload_paths << "#{Rails.root}/app/graphql/custom"
|
||||
config.autoload_paths << "#{Rails.root}/app/mailers/custom"
|
||||
config.autoload_paths << "#{Rails.root}/app/models/custom"
|
||||
config.paths["app/views"].unshift(Rails.root.join("app", "views", "custom"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user