# File lib/couchrest/mixins/validation.rb, line 155
    def validation_property(field_name)
      properties.find{|p| p.name == field_name}
    end