Is there any way I can override the value of dateCreated field in my domain class without turning off auto timestamping?
dateCreated
I need to test controller and I ha
The easy solution is to add a mapping:
static mapping = { cache true autoTimestamp false }