Skip to content

Commit

Permalink
Not so well =/
Browse files Browse the repository at this point in the history
  • Loading branch information
mistersourcerer committed Nov 20, 2011
1 parent 3bd1540 commit 7e9ee9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.markdown
Expand Up @@ -25,7 +25,7 @@ end
```

Add database configuration to `db/config.yml` in your projects base directory e.g.:
```yaml

development:
adapter: sqlite3
database: db/development.sqlite3
Expand All @@ -47,7 +47,6 @@ Add database configuration to `db/config.yml` in your projects base directory e.
database: db/test.sqlite3
pool: 5
timeout: 5000
```

### To create a new database migration:

Expand Down

0 comments on commit 7e9ee9c

Please sign in to comment.