Created
December 22, 2021 06:21
-
-
Save tanhit243/70c1d27461899465faf459ce85834cf0 to your computer and use it in GitHub Desktop.
of_kind? in rails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kiểm tra model có bị lỗi abc trên thuộc tính xyz trong rails | |
model.errors.of_kind? :xyz, :abc //true or false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment