Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

preview mailers rails

# located in test/mailers/previews/notifier_mailer_preview.rb

class NotifierPreview < ActionMailer::Preview
  # Accessible from http://localhost:3000/rails/mailers/notifier/welcome
  def welcome
    Notifier.welcome(User.first)
  end
end
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #preview #mailers #rails
ADD COMMENT
Topic
Name
1+6 =