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:
commit
52f65f671a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue