Anybody here deal with "a lot" of ActionMailers ? I have a lot of places within my application that send out emails to various parties. My /views directory has a directory for each type of mail... ie: new_user_mailer/ forgot_password_mailer/ ...etc The /views directory is getting quite full of directories because of this, and I''ve tried working some magic to get the views pushed into a generic /mailer parent folder, but to no avail. Anybody else run into this ? Or, am I just about completely retarded ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060217/d1b3ffb3/attachment.html
I have many different types of mail templates, but they''re all in app/views/notifier, with a single notifier model. Joe -- Posted via http://www.ruby-forum.com/.
That makes sense. I just condensed everything into a nice logical model/view. Thanks Joe ! On 2/16/06, Joe <joe@yahoo.com> wrote:> > > I have many different types of mail templates, but they''re all in > app/views/notifier, with a single notifier model. > > Joe > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060217/d78d258f/attachment.html