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) 编辑于