When using ActionMailer it uses a ‘view’ in the conventional path but how do you configure the ‘view’ that is being used (i.e. choose your own)?
It looks easy enough to change the ‘layout’ being used but where you do the same for the view?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add a template command in your model. E.g.:
Alternatively, you can also use the default views but specify a partial within the actual view, and thus use any partial you want just like any normal view.