From 8ffe2f0d773ddebc528b82fa95d27d7a2ef6600c Mon Sep 17 00:00:00 2001 From: DV Suresh Date: Thu, 12 Dec 2013 21:40:41 -0600 Subject: Correct comment in databases/postgresql.yml --- .../generators/rails/app/templates/config/databases/postgresql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml b/railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml index eaeb82bddd..1aaa53e707 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +++ b/railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml @@ -17,7 +17,7 @@ default: &default adapter: postgresql encoding: unicode - # For details on connection pooling, see rails configration guide + # For details on connection pooling, see rails configuration guide # http://guides.rubyonrails.org/configuring.html#database-pooling pool: 5 username: <%= app_name %> -- cgit v1.2.3