ruby on rails - Rendering Mailers view in a controller view -



ruby on rails - Rendering Mailers view in a controller view -

i want preview mailer view (newsletter) before beingness sent

i have newsletter_mailer.rb , newsletter mailer method, has corresponding newsletter.html.erb view

i know rails 4.1 has mailer preview, on development.

is there way utilize use view template without using partials? (since need inject in iframe since email doctype, body, etc)

ruby-on-rails actionmailer preview

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -