Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <% if @revision.ingreso %>
- <% @revision.ingreso.attributes.each do |k, v| %>
- <% unless !k.include?("presion") || v.blank? %>
- <b>
- <%= k.humanize %>
- </b>
- <%= v %> PSI
- <% end %>
- <% end %>
- <% end %>
Add Comment
Please, Sign In to add comment