I've added support for strong parameters in a way that they will be included if they are present (defined?). I think there is no need for a configuration option to enable them because updating your application to rails 4 requires to take care of that change nevertheless.
Please let me know if I can provide you with something to allowing you to merge that pull request.
I've added support for strong parameters in a way that they will be included if they are present (defined?). I think there is no need for a configuration option to enable them because updating your application to rails 4 requires to take care of that change nevertheless.
Please let me know if I can provide you with something to allowing you to merge that pull request.
Thanks Jörg