Skip to content

Commit

Permalink
fix: require all of active record for the session model
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed May 4, 2022
1 parent 7e5c8a0 commit c042e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authie/session_model.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require 'active_record/base'
require 'active_record'
require 'securerandom'
require 'authie/config'

Expand Down

0 comments on commit c042e34

Please sign in to comment.