Skip to content

Commit

Permalink
mailer comment should use namespace in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Sanghi authored and mikel committed Oct 6, 2010
1 parent 3e958a5 commit accc567
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,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"
Expand Down

0 comments on commit accc567

Please sign in to comment.