lib/mongomodel/document/dynamic_finders.rb in mongomodel-0.5.5 vs lib/mongomodel/document/dynamic_finders.rb in mongomodel-0.5.6
- old
+ new
@@ -6,10 +6,10 @@
true
else
super
end
end
-
+
def method_missing(method_id, *args, &block)
if finder = DynamicFinder.match(scoped, method_id)
finder.execute(*args)
else
super