lib/mongo_mapper.rb in mongo_mapper-0.8.2 vs lib/mongo_mapper.rb in mongo_mapper-0.8.3
- old
+ new
@@ -6,10 +6,9 @@
module MongoMapper
autoload :Connection, 'mongo_mapper/connection'
autoload :Error, 'mongo_mapper/exceptions'
- autoload :KeyNotFound, 'mongo_mapper/exceptions'
autoload :DocumentNotFound, 'mongo_mapper/exceptions'
autoload :InvalidScheme, 'mongo_mapper/exceptions'
autoload :DocumentNotValid, 'mongo_mapper/exceptions'
autoload :AccessibleOrProtected, 'mongo_mapper/exceptions'
\ No newline at end of file