mongodb_model 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mongo/model.rb +2 -2
- metadata +1 -1
data/lib/mongo/model.rb
CHANGED
@@ -19,7 +19,7 @@ module Mongo::Model; end
|
|
19
19
|
query
|
20
20
|
query_mixin
|
21
21
|
scope
|
22
|
-
|
22
|
+
attribute_convertors
|
23
23
|
misc
|
24
24
|
model
|
25
25
|
).each{|f| require "mongo/model/#{f}"}
|
@@ -27,7 +27,7 @@ module Mongo::Model; end
|
|
27
27
|
module Mongo
|
28
28
|
module Model
|
29
29
|
autoload :FileModel, 'mongo/model/file_model'
|
30
|
-
|
30
|
+
|
31
31
|
inherit \
|
32
32
|
Db,
|
33
33
|
Conversion,
|