class RailsParamValidation::StringValidatorFactory
def create(schema, collection)
def create(schema, collection) StringValidator.new schema, collection end
def supports?(schema)
def supports?(schema) schema == String || schema == Symbol end
def create(schema, collection) StringValidator.new schema, collection end
def supports?(schema) schema == String || schema == Symbol end