Skip to content
bbenezech edited this page Dec 26, 2011 · 3 revisions

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

More here

Clone this wiki locally