# File lib/couchrest/model/associations.rb, line 198 def << obj check_obj(obj) casted_by_attribute << obj.id super(obj) end