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 9c63ca8 commit 478ef57Copy full SHA for 478ef57
config/Coldbox.cfc
@@ -23,7 +23,7 @@
23
missingTemplateHandler = "",
24
25
//Extension Points
26
- UDFLibraryFile = "",
+ ApplicationHelper = "",
27
coldboxExtensionsLocation = "",
28
modulesExternalLocation = [],
29
pluginsExternalLocation = "",
modules/validation/ModuleConfig.cfc
@@ -33,7 +33,7 @@ component{
33
function configure(){
34
35
// Mixin our own methods on handlers, interceptors and views via the ColdBox UDF Library File setting
36
- arrayAppend( controller.getSetting( "UDFLibraryFile" ), "#moduleMapping#/models/Mixins.cfm" );
+ arrayAppend( controller.getSetting( "ApplicationHelper" ), "#moduleMapping#/models/Mixins.cfm" );
37
38
// Validation Settings
39
settings = {
0 commit comments