Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是Railway.js 的新手(其中一种情况是其他人编写了我现在需要更新的软件——太棒了!)
我有一个“通知”模型并想添加验证,如果用户不提供 UI 中的字段,我会显示如下错误:“需要消息”
我该怎么做呢?
谢谢!
请参阅 jugglingdb 文档。你需要验证器:
Notification.validatesPresenceOf('message')