We are already using ActiveAdmin as a backend for our database of projects, and we would like to add another view to the Index section, which is basically a map that shows the location of each of them on a sheet map.
We looked at https://github.com/activeadmin/activeadmin/blob/master/docs/3-index-pages.md , but still cannot understand :(
Structurally, each project has a lat / long field.
Any ideas?
source
share