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

mgmodell / devise_token_auth_multi_email / #2539

08 Apr 2026 02:16AM UTC coverage: 28.73% (-62.1%) from 90.879%
#2539

push

mgmodell
fixed test to work on my mac

439 of 1528 relevant lines covered (28.73%)

21.01 hits per line

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

77.78
/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)
×
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