Sha256: bb560e8c9a63d842b08e2a8f34bb38d810696f1ac51ac1174acb90ed6ad0f311
Contents?: true
Size: 500 Bytes
Versions: 16
Compression:
Stored size: 500 Bytes
Contents
--- layout: default title: "Version 1 API: Show" subtitle: Show subnav: api1 --- 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
16 entries across 16 versions & 1 rubygems