8 lines
283 B
Text
8 lines
283 B
Text
|
# frozen_string_literal: true
|
||
|
|
||
|
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||
|
json.data @map_data do |md|
|
||
|
json.extract! md, :name, :latitude, :longitude, :id, :email, :phone,
|
||
|
:address, :city, :state_code, :total_raised
|
||
|
end
|