Skip to content

Commit 822187d

Browse files
authored
Merge pull request #1814 from wheels-dev/fix/association-error
Invoke method to call wheels onmissingmethod functionality
2 parents 3c7507b + 307dede commit 822187d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/wheels/view/miscellaneous.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ component {
701701
local.currentObject = local.currentObject[key];
702702
}
703703
else {
704-
return "Key not found: " & key;
704+
return invoke(local.currentObject, key);
705705
}
706706
}
707707

0 commit comments

Comments
 (0)