Skip to content

Instantly share code, notes, and snippets.

@rubys
rubys / _item.html.erb
Created June 11, 2024 13:43
Active Storage Demo - full files
<div id="<%= dom_id item %>">
<p class="my-5">
<strong class="block font-medium mb-1">Name:</strong>
<%= item.name %>
</p>
<p class="my-5">
<strong class="block font-medium mb-1">Contents:</strong>
<% if item.contents.attached? %>
<% if item.contents.content_type.start_with? 'image/' %>