aboutsummaryrefslogtreecommitdiffstats
path: root/installing
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-05-16 17:53:21 +0100
committerLouise Crow <louise.crow@gmail.com>2014-05-29 18:21:19 +0100
commit58a3bfec19e24b13ec6401cb1186fe23e0613c8a (patch)
treef0466108ba36c75b94cf2f49f9698004194084c1 /installing
parent0a3873ff9edb2361e0d873a0dc952df20727d913 (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
Diffstat (limited to 'installing')
-rw-r--r--installing/manual_install.md2
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