Sha256: dd1fc4f2b9b2a64d77ab1f43fc052f1fc873252ba7893b7f647ec2b1e6c846d0
Contents?: true
Size: 516 Bytes
Versions: 35
Compression:
Stored size: 516 Bytes
Contents
<!-- WARNING: Please DO NOT edit this file! Update source documentation in lib/active_admin/views and execute rake yard to regenerate it. --> # Index as a Block If you want to fully customize the display of your resources on the index screen, Index as a Block allows you to render a block of content for each resource. ```ruby index as: :block do |product| div for: product do resource_selection_cell product h2 auto_link product.title div simple_format product.description end end ```
Version data entries
35 entries across 35 versions & 6 rubygems