Hello I''ve created a little component rsbt (for really Simple Bug Tracker) : <app_root>/components/rsbt Inside this component i have my MVC : bt_controller.rb , bug.rb (model) and the view (into a ''bt'' subfolder) Then, i wanted a notification, once a Ticket has been submitted . So i''ve created a model notifier.rb (extending ActionMailer) and put it at the root of my component. Finally the associated template of my email , into ''bt/notifier'' subfolder When testing : all is fine for the controller, retrieving the model notifier. But then the template should be retrieved in app/views/rsbt/notifier As a first workaround, i moved my notification outside the component into the application. My question : is there a workaround to force ActionMailer to retrieve the Mail Template into the view folder of a component? Thanks laurent --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---