alejandrotecnimaq

Presión en comentarios

Aug 11th, 2020 (edited)
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <% if @revision.ingreso %>
  2. <% @revision.ingreso.attributes.each do |k, v| %>
  3. <% unless !k.include?("presion") || v.blank? %>
  4. <b>
  5. <%= k.humanize %>
  6. </b>
  7. <%= v %> PSI
  8. <% end %>
  9. <% end %>
  10. <% end %>
Add Comment
Please, Sign In to add comment