diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-05-16 17:53:21 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-05-29 18:21:19 +0100 |
commit | 58a3bfec19e24b13ec6401cb1186fe23e0613c8a (patch) | |
tree | f0466108ba36c75b94cf2f49f9698004194084c1 | |
parent | 0a3873ff9edb2361e0d873a0dc952df20727d913 (diff) |
Fix typo in param name
This connection param is consulted in config/initializers/alaveteli.rb to see whether to load our patch for constraint disabling from lib/no_constraint_disabling.rb
-rw-r--r-- | installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md index 65155bfdf..a9580e402 100644 --- a/installing/manual_install.md +++ b/installing/manual_install.md @@ -200,7 +200,7 @@ constraints whilst running the tests they also need to be a superuser If you don't want your database user to be a superuser, you can add this line to the test config in `database.yml` (as seen in `database.yml-example`) - disable_constraints: false + constraint_disabling: false ## Configure email |