diff options
author | Alvaro Pereyra <alvaro@xendacentral.com> | 2012-12-01 15:19:34 -0500 |
---|---|---|
committer | Alvaro Pereyra <alvaro@xendacentral.com> | 2012-12-01 15:19:45 -0500 |
commit | 4940d6d096a581d46addecd9b41bbd62af3e1888 (patch) | |
tree | 7b52d9d8260c9b2e5afa35a8180e244c9605565c /actionmailer/lib | |
parent | 82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0 (diff) | |
download | rails-4940d6d096a581d46addecd9b41bbd62af3e1888.tar.gz rails-4940d6d096a581d46addecd9b41bbd62af3e1888.tar.bz2 rails-4940d6d096a581d46addecd9b41bbd62af3e1888.zip |
Cleans and removes useless 'Examples' tag [ci skip]
Diffstat (limited to 'actionmailer/lib')
-rw-r--r-- | actionmailer/lib/action_mailer/base.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index c9f10b359b..31005c9d9b 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -20,8 +20,6 @@ module ActionMailer # used to generate an email message. In these methods, you can setup variables to be used in # the mailer views, options on the mail itself such as the <tt>:from</tt> address, and attachments. # - # Examples: - # # class Notifier < ActionMailer::Base # default from: 'no-reply@example.com', # return_path: 'system@example.com' |