]> git.openstreetmap.org Git - rails.git/commit
Use deliver_later for all email sending
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 31 Oct 2018 15:38:12 +0000 (16:38 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 31 Oct 2018 15:38:12 +0000 (16:38 +0100)
commitb54362d4581075308ad277fd7023ee11f530e0a0
tree4790c56f3c074ae9c80f0270fd5dadba6e2e7c5f
parent801522c5c349cee50c917a933bcd39656c8dc230
Use deliver_later for all email sending
14 files changed:
.rubocop_todo.yml
app/controllers/changeset_controller.rb
app/controllers/diary_entry_controller.rb
app/controllers/messages_controller.rb
app/controllers/notes_controller.rb
app/controllers/users_controller.rb
config/environments/test.rb
test/controllers/changeset_controller_test.rb
test/controllers/diary_entry_controller_test.rb
test/controllers/messages_controller_test.rb
test/controllers/notes_controller_test.rb
test/controllers/users_controller_test.rb
test/integration/user_creation_test.rb
test/test_helper.rb