diff options
author | William Johnston <will@johnstonclan.net> | 2016-07-02 20:49:57 -0500 |
---|---|---|
committer | William Johnston <will@johnstonclan.net> | 2016-07-02 20:49:57 -0500 |
commit | b7f4b8e0bfd1fefc30f7378ac1655b58b48ff5f3 (patch) | |
tree | 589cb945b2adfbf85182316036ae3b3cfeee14a1 /activerecord/lib | |
parent | 514db122cdd658b725728735a03b74264dd7bfdd (diff) | |
download | rails-b7f4b8e0bfd1fefc30f7378ac1655b58b48ff5f3.tar.gz rails-b7f4b8e0bfd1fefc30f7378ac1655b58b48ff5f3.tar.bz2 rails-b7f4b8e0bfd1fefc30f7378ac1655b58b48ff5f3.zip |
Clarify Postgres initials. [skip ci]
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/attributes.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/attributes.rb b/activerecord/lib/active_record/attributes.rb index 519de271c3..3211b6eaeb 100644 --- a/activerecord/lib/active_record/attributes.rb +++ b/activerecord/lib/active_record/attributes.rb @@ -34,10 +34,10 @@ module ActiveRecord # is not passed, the previous default value (if any) will be used. # Otherwise, the default will be +nil+. # - # +array+ (PG only) specifies that the type should be an array (see the + # +array+ (PostgreSQL only) specifies that the type should be an array (see the # examples below). # - # +range+ (PG only) specifies that the type should be a range (see the + # +range+ (PostgreSQL only) specifies that the type should be a range (see the # examples below). # # ==== Examples |