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.
我认为我在验证属性时有重复,因为我在电子邮件字段上两次收到相同的验证错误。
我怀疑某些宝石可能会强制执行相同的验证。
有没有办法列出(在控制台中)某个模型/属性的验证并查看它们的列出位置?
您可以通过以下方式获取属性上的验证器列表
Model.validators_on(:attribute)
甚至是模型的整个验证器列表:
Model.validators