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