4 lines
78 B
Text
4 lines
78 B
Text
|
<% JSON.parse(field.to_s).each do |k,v| %>
|
||
|
<%= k %>: <%= v %> </br>
|
||
|
<% end %>
|