diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-11-25 10:26:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 10:26:39 +0100 |
commit | 43e0aee8ccae5bf55e0a63c89c9a322752ea6e05 (patch) | |
tree | 991976a54d89ec43e52d09550f87ce0d5d5df577 /guides | |
parent | f243e7f0d0b2cef350127fd518532fedb65f0bd0 (diff) | |
parent | 312b345b45cc6cbbd832c789ac14f261da66c80f (diff) | |
download | rails-43e0aee8ccae5bf55e0a63c89c9a322752ea6e05.tar.gz rails-43e0aee8ccae5bf55e0a63c89c9a322752ea6e05.tar.bz2 rails-43e0aee8ccae5bf55e0a63c89c9a322752ea6e05.zip |
Merge pull request #27165 from prathamesh-sonpatki/followup-uuid-extension-change
Followup of UUID default extension in the docs
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_record_postgresql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_postgresql.md b/guides/source/active_record_postgresql.md index d7e35490ef..58af2f82b3 100644 --- a/guides/source/active_record_postgresql.md +++ b/guides/source/active_record_postgresql.md @@ -422,7 +422,7 @@ device = Device.create device.id # => "814865cd-5a1d-4771-9306-4268f188fe9e" ``` -NOTE: `uuid_generate_v4()` (from `uuid-ossp`) is assumed if no `:default` option was +NOTE: `gen_random_uuid()` (from `pgcrypto`) is assumed if no `:default` option was passed to `create_table`. Full Text Search |