Displaying 1 result from an estimated 1 matches for "order_summari".
Did you mean:
order_summary
2006 Apr 07
1
error when rendering partial from an email template
Hi,
For an ecommerce application, I am trying to create an html email that
summarizes a customers order. (This is very similar to the Agile Rails
book page 417.) My templates are in two directories.
views/
order_mailer/
sent.rhtml
store/
_order_summary.rhtml
_line_item.rhtml
sent.rhtml needs to render the _order_summary.rhtml partial which
needs to render the _line_item.rhtml