diff --git a/examples/config/database.yml.example b/examples/config/database.yml.example new file mode 100644 index 0000000..64f2dec --- /dev/null +++ b/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