- validates_numericality_of
- :allow_nil επιτρεπει να μην βαλουμε καποια τιμη σε αυτο το πεδιο
- :only_integer: μονο ακεραιοι
- :greater_than, :greater_than_or_equal_to, :equal_to, :less_than, and :less_than_or_ equal_to: These parameters allow you to specify not only that the attribute is a number but that it fits within a specified range: