Commit 2200d53326aa0d5df32fe453c3c8b61b67094a9a
1 parent
05d096aa
Exists in
master
and in
1 other branch
enabled identity map
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
config/mongoid.example.yml
config/mongoid.mongohq.yml
@@ -5,4 +5,5 @@ | @@ -5,4 +5,5 @@ | ||
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 | \ No newline at end of file | 8 | \ No newline at end of file |
9 | + uri: <%= ENV['MONGOHQ_URL'] %> | ||
10 | + identity_map_enabled: true |