aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/README
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/README')
-rwxr-xr-xactiverecord/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/README b/activerecord/README
index 300ce8a495..bffa2ab65d 100755
--- a/activerecord/README
+++ b/activerecord/README
@@ -165,7 +165,7 @@ A short rundown of the major features:
* Database abstraction through simple adapters (~100 lines) with a shared connector
- ActiveRecord::Base.establish_connection(:adapter => "sqlite", :dbfile => "dbfile")
+ ActiveRecord::Base.establish_connection(:adapter => "sqlite", :database => "dbfile")
ActiveRecord::Base.establish_connection(
:adapter => "mysql",