Sha256: e67b899d246c37a6f0c49e08c8d965d1e71ad118db394544a4ff269eabfc6322
Contents?: true
Size: 340 Bytes
Versions: 3
Compression:
Stored size: 340 Bytes
Contents
<h1>Adding an inline image while rendering</h1> <% controller.attachments.inline["controller_attachments.jpg"] = 'via controller.attachments.inline' %> <%= image_tag attachments['controller_attachments.jpg'].url %> <% attachments.inline["attachments.jpg"] = 'via attachments.inline' %> <%= image_tag attachments['attachments.jpg'].url %>
Version data entries
3 entries across 3 versions & 2 rubygems