Answers for "validations rails integer suprior to 0"

0

validations rails integer suprior to 0

validates :cooking_time, numericality: { greater_than: 0 }
Posted by: Guest on February-04-2021

Browse Popular Code Answers by Language