Fixes typo

This commit is contained in:
Vijay Dev
2011-07-22 08:41:00 -07:00
parent 5b6121aa34
commit a2778861fe

View File

@@ -48,7 +48,7 @@ module ActiveRecord
#
# Or a URL:
#
# ActiverRecord::Base.establish_connection(
# ActiveRecord::Base.establish_connection(
# "postgres://myuser:mypass@localhost/somedatabase"
# )
#