Skip to content

Commit

Permalink
Merge pull request #135 from thorsteneckel/fix-bundler_inline
Browse files Browse the repository at this point in the history
Fixed: uninitialized constant ActiveRecord::VERSION (NameError).
  • Loading branch information
rafaelfranca committed Sep 11, 2018
2 parents fccaac7 + 2f7b0af commit bd7174c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/active_record/session_store.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'active_record'
require 'active_record/session_store/version'
require 'action_dispatch/session/active_record_store'
require "active_record/session_store/extension/logger_silencer"
Expand Down

0 comments on commit bd7174c

Please sign in to comment.