Should this work in the `show` block?
Opened this issue · 1 comments
chrisbloom7 commented
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
alemata commented
@beyondthestory any update on this? Does not work for me neither