Skip to content

Commit bd7174c

Browse files
authored
Merge pull request #135 from thorsteneckel/fix-bundler_inline
Fixed: uninitialized constant ActiveRecord::VERSION (NameError).
2 parents fccaac7 + 2f7b0af commit bd7174c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/active_record/session_store.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'active_record'
12
require 'active_record/session_store/version'
23
require 'action_dispatch/session/active_record_store'
34
require "active_record/session_store/extension/logger_silencer"

0 commit comments

Comments
 (0)