1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove the phrase as well

[ci skip]
This commit is contained in:
Steven Chanin 2017-05-09 17:20:37 -07:00
parent b9d7bd4768
commit de499d6775

View file

@ -314,7 +314,7 @@ NOTE: Using the asynchronous queue from a Rake task (for example, to
send an email using `.deliver_later`) will generally not work because Rake will
likely end, causing the in-process thread pool to be deleted, before any/all
of the `.deliver_later` emails are processed. To avoid this problem, use
`.deliver_now` or run a persistent queue in development as well.
`.deliver_now` or run a persistent queue in development.
Internationalization