We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4fb95 commit 4088840Copy full SHA for 4088840
activerecord/lib/active_record/attributes.rb
@@ -34,10 +34,10 @@ module ClassMethods
34
# is not passed, the previous default value (if any) will be used.
35
# Otherwise, the default will be +nil+.
36
#
37
- # +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
38
# examples below).
39
40
- # +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
41
42
43
# ==== Examples
0 commit comments