mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
document how to access mail previews. [ci skip]
/cc @pixeltrix
This commit is contained in:
parent
01162b3d77
commit
69b5dc7e00
1 changed files with 3 additions and 0 deletions
|
@ -327,6 +327,9 @@ module ActionMailer
|
|||
#
|
||||
# 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
|
||||
#
|
||||
# These options are specified on the class level, like
|
||||
|
|
Loading…
Reference in a new issue