Open chrisbloom7 opened 10 years ago
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
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)