noesya/osuny

View on GitHub
app/views/admin/communication/blocks/components/array/_snippet.html.erb

Summary

Maintainability
Test Coverage
<%
array = value.blank? ? [] : JSON.parse(value)
tag ||= 'td'
%>
<% array.each do |item| %>
  <<%= tag %>><%= item %></<%= tag %>>
<% end %>