From 59f1df1b5b37a9e16a6b03d931c7b620075034d5 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 16 Oct 2005 15:00:27 +0000 Subject: Update/extend ActionMailer documentation (rdoc) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2648 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/lib/action_mailer/helpers.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actionmailer/lib/action_mailer/helpers.rb') diff --git a/actionmailer/lib/action_mailer/helpers.rb b/actionmailer/lib/action_mailer/helpers.rb index f482758386..b53326ca72 100644 --- a/actionmailer/lib/action_mailer/helpers.rb +++ b/actionmailer/lib/action_mailer/helpers.rb @@ -1,6 +1,6 @@ -module ActionMailer #:nodoc: +module ActionMailer module Helpers #:nodoc: - def self.append_features(base) + def self.append_features(base) #:nodoc: super # Initialize the base module to aggregate its helpers. @@ -24,7 +24,7 @@ module ActionMailer #:nodoc: end end - module ClassMethods #:nodoc: + module ClassMethods # Makes all the (instance) methods in the helper module available to templates rendered through this controller. # See ActionView::Helpers (link:classes/ActionView/Helpers.html) for more about making your own helper modules # available to the templates. -- cgit v1.2.3