lib/gmaps4rails/extensions/array.rb in gmaps4rails-0.10.2 vs lib/gmaps4rails/extensions/array.rb in gmaps4rails-0.11.0
- old
+ new
@@ -1,8 +1,7 @@
class Array
#Scopes on models generate Arrays
#this method enables short call to the json creation for all elements in the array
-
def to_gmaps4rails(&block)
json = "["
each do |object|
json += Gmaps4rails.create_json(object, &block).to_s
end
\ No newline at end of file