# File lib/mongo_mapper/plugins/sci.rb, line 35 def criteria_hash(criteria={}) if single_collection_inherited? super criteria.merge(:_type => name) else super end end