Commit d27dd0c1164ee0f1784bed5f721e15361da66cee

Authored by Dan Croak
1 parent d1750985

formatting

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/database.yml
1 1 # SQLite version 3.x
2 2 # gem install sqlite3-ruby (not necessary on OS X Leopard)
  3 +
3 4 development: &default
4 5 adapter: sqlite3
5 6 database: db/development.sqlite3
... ...