aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/plugins.textile
diff options
context:
space:
mode:
authorAndrew Ferk <andrewferk@gmail.com>2010-09-18 09:37:54 -0500
committerAndrew Ferk <andrewferk@gmail.com>2010-09-18 09:37:54 -0500
commit8a045e3c820afc04f1b37ec59921abea9828d1eb (patch)
treea0d1d213e2f73d1d7c4b1c286f72b57b7ddc4b8f /railties/guides/source/plugins.textile
parent1b2b5a7055415ed2376d8dd9ed0046dd6778f76e (diff)
downloadrails-8a045e3c820afc04f1b37ec59921abea9828d1eb.tar.gz
rails-8a045e3c820afc04f1b37ec59921abea9828d1eb.tar.bz2
rails-8a045e3c820afc04f1b37ec59921abea9828d1eb.zip
removed leading : from database.yml file. dbfile has been updated to database in database.yml
Diffstat (limited to 'railties/guides/source/plugins.textile')
-rw-r--r--railties/guides/source/plugins.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/plugins.textile b/railties/guides/source/plugins.textile
index 89b540d975..2a62f39814 100644
--- a/railties/guides/source/plugins.textile
+++ b/railties/guides/source/plugins.textile
@@ -129,11 +129,11 @@ h4. Test Setup
sqlite:
:adapter: sqlite
- :dbfile: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db
+ :database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db
sqlite3:
:adapter: sqlite3
- :dbfile: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db
+ :database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db
postgresql:
:adapter: postgresql