Closed eccentricyan closed 8 years ago
prefixes = options[:template_path] has already be an array when I use devise mailer
prefixes = options[:template_path]
$ options {:subject=>"subject", :to=>"test@example.com", :from=>"test" <noreply@example.com>", :reply_to=>"noreply@example.com", :template_path=>["users/mailer", "devise_mailer", "devise/mailer"], :template_name=>:confirmation_instructions}
prefixes = options[:template_path]
has already be an array when I use devise mailer