method

template_root=

Importance_0
Ruby on Rails latest stable (v2.3.4) - 0 notes - Class: ActionMailer::Base
template_root=(root) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/lib/action_mailer/base.rb, line 591
      def template_root=(root)
        self.class.template_root = root
      end
Register or log in to add new notes.