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