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