lib/mongomodel.rb in mongomodel-0.4.7 vs lib/mongomodel.rb in mongomodel-0.4.8
- old
+ new
@@ -36,9 +36,10 @@
autoload :Reference, 'mongomodel/support/reference'
autoload :MongoOptions, 'mongomodel/support/mongo_options'
autoload :MongoOrder, 'mongomodel/support/mongo_order'
autoload :MongoOperator, 'mongomodel/support/mongo_operator'
+ autoload :Paginator, 'mongomodel/support/paginator'
autoload :Scope, 'mongomodel/support/scope'
autoload :Types, 'mongomodel/support/types'
autoload :Configuration, 'mongomodel/support/configuration'
autoload :DynamicFinder, 'mongomodel/support/dynamic_finder'
autoload :InstrumentedCollection, 'mongomodel/support/instrumented_collection'