Adding gmaps
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
json.array!(@spaces) do |space|
|
||||
json.extract! space, :name, :type, :address, :hours, :phone, :email, :website, :description
|
||||
json.extract! space, :name, :category, :address, :city, :state, :hours, :phone, :email, :website, :description, :dot_color
|
||||
json.url space_url(space, format: :json)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user