brightbit / rails-template

Starting point for a new Rails application
0 stars 0 forks source link

Define ActionMailer::Base::deliver method #17

Closed jcamenisch closed 10 years ago

jcamenisch commented 10 years ago

As in https://github.com/brightbit/soundingboard/commit/f3c5ba1a98fb930f01bad95142b6b6f7e1eb7f89#diff-571f27dd4e3a24a2c3db34d89a31026dR5

Tasks

jcamenisch commented 10 years ago

Nevermind. I don't think we want this.

I forgot the only real reason for this method would be when you have the name of the email in a variable, like QC.enqueue 'MyMailer.deliver', the_message, id.

We needed that on Baton, but it was even needed in the SoundingBoard example.