Skip to content

Commit 55722cb

Browse files
committed
Remove superclass definition from PostgreSQLAdapter patch, to use this gem together with ChronoModel
1 parent e3d5b1f commit 55722cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/activerecord-postgres-array/activerecord.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def arel_attributes_values(include_primary_key = true, include_readonly_attribut
2929
end
3030

3131
module ConnectionAdapters
32-
class PostgreSQLAdapter < AbstractAdapter
32+
class PostgreSQLAdapter
3333
POSTGRES_ARRAY_TYPES = %w( string text integer float decimal datetime timestamp time date binary boolean )
3434

3535
def native_database_types_with_array(*args)

0 commit comments

Comments
 (0)