@@ -78,7 +78,7 @@ Here are the module settings you can place in your `ColdBox.cfc` by using the `v
78
78
validation = {
79
79
// The third-party validation manager to use, by default it uses CBValidation.
80
80
manager = " class path" ,
81
-
81
+
82
82
// You can store global constraint rules here with unique names
83
83
sharedConstraints = {
84
84
name = {
@@ -116,7 +116,7 @@ this.constraints = {
116
116
// max value
117
117
max : value,
118
118
119
- // Validation method to use in the target object must return boolean accept the incoming value and target object
119
+ // Validation method to use in the target object must return boolean accept the incoming value and target object
120
120
method : methodName,
121
121
122
122
// min value
@@ -136,7 +136,7 @@ this.constraints = {
136
136
anotherfield: value, anotherfield: value
137
137
}
138
138
139
- // The field under validation must be present and not empty unless the `anotherfield` field is equal to the passed
139
+ // The field under validation must be present and not empty unless the `anotherfield` field is equal to the passed
140
140
requiredUnless : {
141
141
anotherfield: value, anotherfield: value
142
142
}
@@ -203,9 +203,8 @@ Because of His grace, this project exists. If you don't like this, then don't re
203
203
By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God.
204
204
And not only so, but we glory in tribulations also: knowing that tribulation worketh patience;
205
205
And patience, experience; and experience, hope:
206
- And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the
207
- Holy Ghost which is given unto us. ." Romans 5:5
206
+ And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the Holy Ghost which is given unto us. ." Romans 5:5
208
207
209
208
### THE DAILY BREAD
210
209
211
- > "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
210
+ > "I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
0 commit comments