# File lib/devise/mailers/helpers.rb, line 57 def template_paths template_path = [self.class.mailer_name] template_path.unshift "#{@devise_mapping.scoped_path}/mailer" if self.class.scoped_views? template_path end