Sha256: 8cccd8a3087e7f5432fcd60c40edbc106a8420d5b745b36193c78f34f759b1d5
Contents?: true
Size: 449 Bytes
Versions: 6
Compression:
Stored size: 449 Bytes
Contents
--- layout: api title: Show --- Show configuration affects what is displayed in a show page, e.g. `/admin/blog_posts/show/5`. ### Show config options #### columns admin_assistant_for BlogPost do |aa| aa.show.columns :user, :title, :body end Shows only these columns in the show page. ### Partials #### \_\[column\]\_for_show.html.erb If this partial is present, it will be rendered instead of the default HTML for the column.
Version data entries
6 entries across 6 versions & 1 rubygems