class Stattleship::Validators::SpeedAndUnderValidator

Public Instance Methods

validate() click to toggle source
# File lib/stattleship/validators/speed_and_under_validator.rb, line 4
def validate
  validates_positive_integer
end