Navigation Menu

Skip to content

Commit

Permalink
database.yml.example for testing activerecord...
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed May 30, 2010
1 parent 816fa38 commit b8e30d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/config/database.yml.example
@@ -0,0 +1,8 @@
#This is an example of what database.yml *should* look like (when I wrote it)
#The real database.yml is generated automatically by the active record model lib (so it can be correct)
two:
adapter: sqlite3
database: /path/to/examples/features/support/../../db/activerecord_two.db
one:
adapter: sqlite3
database: /path/to/examples/features/support/../../db/activerecord_one.db

0 comments on commit b8e30d4

Please sign in to comment.