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.
在尝试提取验证时,我正在尝试使用 Object Form,因此,我找到了Reform。
但我有一个带enum类型的模型。我如何在改革中验证这个值?
enum
根据改革文档字段可以验证包含:
validates :status, inclusion: { in: %w(open closed) }