wblog/spec/mailers/previews/post_mailer_preview.rb

6 lines
117 B
Ruby
Raw Permalink Normal View History

class PostMailerPreview < ActionMailer::Preview
def new
PostMailer.new(Post.first, 'to@example.org')
end
end