aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorRonak Jangir <ronakjangir47@gmail.com>2015-05-20 13:56:58 +0530
committerRonak Jangir <ronakjangir47@gmail.com>2015-05-20 14:00:31 +0530
commit76fbfe9e6c7bf9e61f7b9d14a033f50ac4ff2b5e (patch)
tree8d5485ff249953243a512fb11198fbc186bcdc91 /activerecord/Rakefile
parent07f1a503ace4b728b6e295af3fc69c1dc1ed18cc (diff)
downloadrails-76fbfe9e6c7bf9e61f7b9d14a033f50ac4ff2b5e.tar.gz
rails-76fbfe9e6c7bf9e61f7b9d14a033f50ac4ff2b5e.tar.bz2
rails-76fbfe9e6c7bf9e61f7b9d14a033f50ac4ff2b5e.zip
Updated postgresql documentation link to use latest version [ci skip]
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r--activerecord/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index f1facac21b..fa53926eb2 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -122,7 +122,7 @@ namespace :db do
# prepare hstore
if %x( createdb --version ).strip.gsub(/(.*)(\d\.\d\.\d)$/, "\\2") < "9.1.0"
- puts "Please prepare hstore data type. See http://www.postgresql.org/docs/9.0/static/hstore.html"
+ puts "Please prepare hstore data type. See http://www.postgresql.org/docs/current/static/hstore.html"
end
end