aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorDiego Carrion <dc.rec1@gmail.com>2011-03-09 14:56:44 -0300
committerDiego Carrion <dc.rec1@gmail.com>2011-03-09 14:56:44 -0300
commitf65023cbda53c9920d4a0ac3f31bc4de624805cf (patch)
tree7f2f8b5536f615e5d5fe18d1b232525cc434cc09 /Rakefile
parente05e9979075b37342b7c88e557dbffd672b2086a (diff)
downloadrails-f65023cbda53c9920d4a0ac3f31bc4de624805cf.tar.gz
rails-f65023cbda53c9920d4a0ac3f31bc4de624805cf.tar.bz2
rails-f65023cbda53c9920d4a0ac3f31bc4de624805cf.zip
expose ActionMailer::MailHelper in the RDoc
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 53acd077d7..607ce01fd0 100755
--- a/Rakefile
+++ b/Rakefile
@@ -85,6 +85,7 @@ RDoc::Task.new do |rdoc|
rdoc.rdoc_files.include('actionmailer/README.rdoc')
rdoc.rdoc_files.include('actionmailer/CHANGELOG')
rdoc.rdoc_files.include('actionmailer/lib/action_mailer/base.rb')
+ rdoc.rdoc_files.include('actionmailer/lib/action_mailer/mail_helper.rb')
rdoc.rdoc_files.exclude('actionmailer/lib/action_mailer/vendor/*')
rdoc.rdoc_files.include('activesupport/README.rdoc')