lib/eco/api/microcases/with_each_leaver.rb in eco-helpers-2.7.24 vs lib/eco/api/microcases/with_each_leaver.rb in eco-helpers-2.7.25
- old
+ new
@@ -17,11 +17,11 @@
unless entries.find(person, strict: micro.strict_search?(options))
yield(person) if block_given?
person
end
end.compact
+
people.newFrom leavers
end
-
end
end
end