lib/hungry/region.rb in hungry-0.1.1 vs lib/hungry/region.rb in hungry-0.1.2

- old
+ new

@@ -1,7 +1,7 @@ module Hungry class Region < Location - + self.default_criteria = { type: 'Region' } - + end end