mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
mailer comment should use namespace in comment
This commit is contained in:
committed by
Mikel Lindsaar
parent
19a5f99685
commit
990719bb59
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user