next-l/enju_leaf

View on GitHub
app/views/withdraws/index.text.erb

Summary

Maintainability
Test Coverage
item_identifier    basket_id    withdrawed_at
<% @withdraws.each do |withdraw| %>
<%= withdraw.item.item_identifier %>    <%= withdraw.basket_id %>    <%= withdraw.created_at %>
<% end %>