How can I know if a mailer has already been generated?

Hello everyone!

I’m working on a project which has been started by someone else. I’m
wondering : is it possible to know wether a mailer has already been
generated or not?

Is there a special command?

Thank for your help!

On Mon, Mar 9, 2009 at 6:56 PM, Guillaume L.
[email protected] wrote:


Posted via http://www.ruby-forum.com/.

ls app/models/*Mailer.rb

Just check the models directory for any files ending in Mailer and
then check their contents.
Also, check the controller where you expect the mail to be generated
and see if there are any calls to deliver mails

Andrew T.
http://ramblingsonrails.com
http://www.linkedin.com/in/andrewtimberlake

“I have never let my schooling interfere with my education” - Mark Twain