1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #17391 from prathamesh-sonpatki/fix-oid-description-ci-skip

Fix description of OID in TypeMapInitializer
This commit is contained in:
Eileen M. Uchitelle 2014-10-25 14:52:15 -04:00
commit 52f65f671a

View file

@ -4,7 +4,7 @@ module ActiveRecord
module OID # :nodoc:
# This class uses the data from PostgreSQL pg_type table to build
# the OID -> Type mapping.
# - OID is and integer representing the type.
# - OID is an integer representing the type.
# - Type is an OID::Type object.
# This class has side effects on the +store+ passed during initialization.
class TypeMapInitializer # :nodoc: