Skip to content

Commit

Permalink
document how to access mail previews. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Dec 18, 2013
1 parent 01162b3 commit 69b5dc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actionmailer/lib/action_mailer/base.rb
Expand Up @@ -327,6 +327,9 @@ module ActionMailer
# #
# config.action_mailer.preview_path = "#{Rails.root}/lib/mailer_previews" # config.action_mailer.preview_path = "#{Rails.root}/lib/mailer_previews"
# #
# An overview of all previews is accessible at <tt>http://localhost:3000/rails/mailers</tt>
# on a running development server instance.
#
# = Configuration options # = Configuration options
# #
# These options are specified on the class level, like # These options are specified on the class level, like
Expand Down

1 comment on commit 69b5dc7

@pixeltrix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Please sign in to comment.