renamed to enable_multiparameter_extension!

This commit is contained in:
Adam Meehan
2010-08-03 23:27:46 +10:00
parent 4028413631
commit 924c6766c1
4 changed files with 4 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ way you can enable the plugin handler to treat them as invalid dates.
To activate it, put this in an initializer:
# in the setup block
config.enable_multiparameter_handler!
config.enable_multiparameter_extension!
...