I''m sure I''m missing something very simple here, but I can''t seem to figure out where to stick my ActionMailer templates. I have an ActionMailer subclass called ''ApplicationMailer'' defined in application_helper.rb, with a method named ''contact_message''. The associated template is in ''views/application_mailer/ contact_message.rhtml''. Whenever I try to send a message, I get a ''No rhtml, rxml, or delegate template found for contact_message'' error. Rails doesn''t bother to tell me where it''s looking.