Skip to content

Remove note content validation in model

We add custom validation to Note model, then call note.valid? in the controller, it will call the CVS service multi times. So removed the validation in Note model, directly call CVS in the controller

Dave Liu(Wenju) 编辑于

合并请求报告

加载中