# File lib/couchrest/model/associations.rb, line 242 def check_obj(obj) raise "Object cannot be added to #{casted_by.class.to_s}##{casted_by_property.to_s} collection unless saved" if obj.new? end