noesya/osuny

View on GitHub
app/views/admin/application/shared_image/_static.html.erb

Summary

Maintainability
Test Coverage
<%
shared_image = about.shared_image
if shared_image&.attached?
%>
shared_image:
  id: "<%= shared_image.blob.id %>"
<% end %>