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

mgmodell / devise_token_auth_multi_email / #3399

08 Apr 2026 02:36AM UTC coverage: 26.802% (-0.7%) from 27.5%
#3399

push

GitHub
Fix mismatched foreign key column type: use bigint for multi_email_user_id

424 of 1582 relevant lines covered (26.8%)

2.61 hits per line

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

88.89
/app/models/devise_token_auth/concerns/active_record_support.rb
1
module DeviseTokenAuth::Concerns::ActiveRecordSupport
1✔
2
  extend ActiveSupport::Concern
1✔
3

4
  included do
1✔
5
    if Rails.gem_version >= Gem::Version.new("7.1.0.a")
9✔
6
      serialize :tokens, coder: DeviseTokenAuth::Concerns::TokensSerialization
9✔
7
    else
8
      serialize :tokens, DeviseTokenAuth::Concerns::TokensSerialization
×
9
    end
10
  end
11

12
  class_methods do
1✔
13
    # It's abstract replacement .find_by
14
    def dta_find_by(attrs = {})
1✔
15
      find_by(attrs)
7✔
16
    end
17
  end
18
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc