aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorYauheni Dakuka <yauheni.dakuka@gmail.com>2017-06-09 15:32:42 +0300
committerGitHub <noreply@github.com>2017-06-09 15:32:42 +0300
commitda783d95711655e4bd29c887b7202a12a0c1d65e (patch)
treeaa2058c64c6a1c365d1e74d933018b0deed42630 /guides
parent9d7714f8c4b21acfbf7c8701161de7048f78123e (diff)
downloadrails-da783d95711655e4bd29c887b7202a12a0c1d65e.tar.gz
rails-da783d95711655e4bd29c887b7202a12a0c1d65e.tar.bz2
rails-da783d95711655e4bd29c887b7202a12a0c1d65e.zip
[ci skip] Fix link in active_record_postgresql.md
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_record_postgresql.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_postgresql.md b/guides/source/active_record_postgresql.md
index 54f6be006e..041fdacbab 100644
--- a/guides/source/active_record_postgresql.md
+++ b/guides/source/active_record_postgresql.md
@@ -285,7 +285,7 @@ SELECT n.nspname AS enum_schema,
### UUID
* [type definition](http://www.postgresql.org/docs/current/static/datatype-uuid.html)
-* [pgcrypto generator function](http://www.postgresql.org/docs/current/static/pgcrypto.html#AEN159361)
+* [pgcrypto generator function](http://www.postgresql.org/docs/current/static/pgcrypto.html#AEN182570)
* [uuid-ossp generator functions](http://www.postgresql.org/docs/current/static/uuid-ossp.html)
NOTE: You need to enable the `pgcrypto` (only PostgreSQL >= 9.4) or `uuid-ossp`