suspenders icon indicating copy to clipboard operation
suspenders copied to clipboard

Keep action mailer config together

Open composerinteralia opened this issue 7 years ago • 0 comments

https://github.com/thoughtbot/suspenders/blob/285c002cb1095a0031444840b8ee1c31324264e8/lib/suspenders/actions.rb#L12..L28 adds action_mailer configuration to the end of the file, whereas https://github.com/thoughtbot/suspenders/blob/285c002cb1095a0031444840b8ee1c31324264e8/lib/suspenders/generators/production/email_generator.rb#L21..L30 adds action_mailer configuration below some other action_mailer configuration. It might be nice to keep related configuration grouped together.

composerinteralia avatar Oct 19 '18 17:10 composerinteralia