Show - rafaellima/rails_admin GitHub Wiki
Section used for the show view.
It inherits its configuration from the base
section.
You can display empty fields in show view with:
RailsAdmin.config do |config|
config.compact_show_view = false
end
Section used for the show view.
It inherits its configuration from the base
section.
You can display empty fields in show view with:
RailsAdmin.config do |config|
config.compact_show_view = false
end