Correct comment in databases/postgresql.yml

This commit is contained in:
DV Suresh 2013-12-12 21:40:41 -06:00
parent 17922930c3
commit 8ffe2f0d77
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>