Skip to content

Commit 14330f4

Browse files
committed
ActiveModel missing in Arel when testing. Just load it
1 parent 959e119 commit 14330f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/arjdbc/postgresql/adapter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
require 'arjdbc/postgresql/base/array_decoder'
2222
require 'arjdbc/postgresql/base/array_encoder'
2323
require 'arjdbc/postgresql/name'
24+
require 'active_model'
2425

2526
module ArJdbc
2627
# Strives to provide Rails built-in PostgreSQL adapter (API) compatibility.

0 commit comments

Comments
 (0)