lib/citygrid/details.rb in citygrid_api-0.0.4 vs lib/citygrid/details.rb in citygrid_api-0.0.5

- old
+ new

@@ -24,10 +24,10 @@ private def preprocess response response.locations.map do |detail| - Listing.new(detail).send(:load) + Listing.new(detail).send(:load, false) end end end end \ No newline at end of file