On Mon, Mar 9, 2009 at 6:56 PM, Guillaume Loader
<rails-mailing-l...@andreas-s.net> wrote:
>
> 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!
> --
> 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 Timberlake
http://ramblingsonrails.com
http://www.linkedin.com/in/andrewtimberlake

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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to