theseus/app/views/fields/array/_index.html.erb
2025-05-31 23:25:41 -04:00

3 lines
No EOL
70 B
Text

<% if field.data.present? %>
<%= field.data.join(", ") %>
<% end %>