module SimpleForm::Helpers::Validators

def attribute_validators

def attribute_validators
  object.class.validators_on(attribute_name)
end