mailer comment should use namespace in comment

This commit is contained in:
Aditya Sanghi 2010-10-05 21:01:01 +05:30 committed by Mikel Lindsaar
parent 19a5f99685
commit 990719bb59
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class <%= class_name %> < ActionMailer::Base
# Subject can be set in your I18n file at config/locales/en.yml
# with the following lookup:
#
# en.<%= file_name %>.<%= action %>.subject
# en.<%= file_path.gsub("/",".") %>.<%= action %>.subject
#
def <%= action %>
@greeting = "Hi"