Skip to content

Commit

Permalink
ActionView::Base.register_template_extension doesn't exist either
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 3, 2008
1 parent 701abb9 commit 5919b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/base.rb
Expand Up @@ -429,7 +429,7 @@ def deliver(mail)
def register_template_extension(extension)
ActiveSupport::Deprecation.warn(
"ActionMailer::Base.register_template_extension has been deprecated." +
"Use ActionView::Base.register_template_extension instead", caller)
"Use ActionView::Template.register_template_handler instead", caller)
end

def template_root
Expand Down

0 comments on commit 5919b62

Please sign in to comment.