# File lib/couch_potato/persistence/properties.rb, line 27 def find_property(name) @hash[name] || @clazz.superclass.properties.find_property(name) end