We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5ca66 commit 3b48b07Copy full SHA for 3b48b07
modules/cbvalidation/models/Mixins.cfm
@@ -16,7 +16,7 @@ function validateModel(
16
string fields="*",
17
any constraints,
18
string locale="",
19
- string excludeFields=""
+ string excludeFields="",
20
string includeFields=""
21
){
22
return getValidationManager().validate( argumentCollection=arguments );
@@ -29,4 +29,4 @@ function getValidationManager(){
29
return wirebox.getInstance( "ValidationManager@cbvalidation" );
30
}
31
32
-</cfscript>
+</cfscript>
0 commit comments