aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/json.rb
blob: 3c706c27c4f7f97504e0a78f7b5cedfc25397cff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module ActiveRecord
  module ConnectionAdapters
    module PostgreSQL
      module OID # :nodoc:
        class Json < Type::Json # :nodoc:
        end
      end
    end
  end
end