Sha256: 2ce1bba3aec4aa0b6c8eaea4ca7a219b853c83fb98dab4a01ed475ac0b8cf055
Contents?: true
Size: 331 Bytes
Versions: 20
Compression:
Stored size: 331 Bytes
Contents
module ActiveRecord module ConnectionAdapters module PostgreSQL module OID # :nodoc: class SpecializedString < Type::String # :nodoc: attr_reader :type def initialize(type, **options) @type = type super(options) end end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems