We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show
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
The text was updated successfully, but these errors were encountered:
@beyondthestory any update on this? Does not work for me neither
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: