aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 15:19:34 -0500
committerAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 15:19:45 -0500
commit4940d6d096a581d46addecd9b41bbd62af3e1888 (patch)
tree7b52d9d8260c9b2e5afa35a8180e244c9605565c /actionmailer
parent82ebe186e6037115c958cbb2c9ff34a3fb7d3eb0 (diff)
downloadrails-4940d6d096a581d46addecd9b41bbd62af3e1888.tar.gz
rails-4940d6d096a581d46addecd9b41bbd62af3e1888.tar.bz2
rails-4940d6d096a581d46addecd9b41bbd62af3e1888.zip
Cleans and removes useless 'Examples' tag [ci skip]
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/lib/action_mailer/base.rb2
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'