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