require 'super_model/validator' class SuperModel module Validations class Numericality < Validator end end end