• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mgmodell / devise_token_auth_multi_email / #663

17 Mar 2026 01:12AM UTC coverage: 12.22% (-78.4%) from 90.649%
#663

push

mgmodell
switching back to mult-email

202 of 1653 relevant lines covered (12.22%)

0.39 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/lib/generators/devise_token_auth/install_views_generator.rb
1
# frozen_string_literal: true
2

3
module DeviseTokenAuth
×
4
  class InstallViewsGenerator < Rails::Generators::Base
×
5
    source_root File.expand_path('../../../app/views/devise/mailer', __dir__)
×
6

7
    def copy_mailer_templates
×
8
      copy_file(
×
9
        'confirmation_instructions.html.erb',
×
10
        'app/views/devise/mailer/confirmation_instructions.html.erb'
×
11
      )
×
12
      copy_file(
×
13
        'reset_password_instructions.html.erb',
×
14
        'app/views/devise/mailer/reset_password_instructions.html.erb'
×
15
      )
×
16
    end
×
17
  end
×
18
end
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc