Sha256: 4f9b3ed29bdba6896aa8ee02b83b3021f49fa8324df5d3479837550434e3a033
Contents?: true
Size: 430 Bytes
Versions: 66
Compression:
Stored size: 430 Bytes
Contents
<!-- Please don't edit this file. It will be clobbered. --> # 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. index :as => :block do |product| div :for => product do h2 auto_link(product.title) div do simple_format product.description end end end
Version data entries
66 entries across 66 versions & 4 rubygems