Commit
7f8f79a5749e5e35434675f69f7438d16d617ff0
Fix mongoid example file to other mongoDB service
| @@ -5,5 +5,6 @@ |
| @@ -5,5 +5,6 @@ |
5
| # commit it to your repo, then push to heroku. |
5
| # commit it to your repo, then push to heroku. |
6
| |
6
| |
7
| production: |
7
| production: |
8
| - uri: <%= ENV['MONGOHQ_URL'] %> |
| |
9
| - identity_map_enabled: true |
8
| + sessions: |
| |
9
| + default: |
| |
10
| + uri: <%= ENV['MONGOHQ_URL'] %> |
| @@ -5,5 +5,6 @@ |
| @@ -5,5 +5,6 @@ |
5
| # commit it to your repo, then push to heroku. |
5
| # commit it to your repo, then push to heroku. |
6
| |
6
| |
7
| production: |
7
| production: |
8
| - uri: <%= ENV['MONGOLAB_URI'] %> |
| |
9
| - identity_map_enabled: true |
8
| + sesssions: |
| |
9
| + default: |
| |
10
| + uri: <%= ENV['MONGOLAB_URI'] %> |