beyondthestory/rails_admin_map_field

Should this work in the `show` block?

Opened this issue · 1 comments

I'd like to only show the map on the show view, but have text fields for the edit view. Should this work? (It currently doesn't)

class Location < ActiveRecord::Base
  has_and_belongs_to_many :materials

  rails_admin do
    show do
      field :latitude, :map 
    end
  end
end

@beyondthestory any update on this? Does not work for me neither