Adding csv import

This commit is contained in:
2013-08-28 04:25:54 -07:00
parent 69a57bc63b
commit 211d79cbcd
11 changed files with 262 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<th>Item</th>
<th>Amount</th>
</tr>
<% @ipns.reverse!.each do |ipn| %>
<% @ipns.sort_by(&:date_parsed).reverse!.each do |ipn| %>
<tr>
<td><%= ipn.payment_date %></td>
<td><%= ipn.first_name %> <%= ipn.last_name %></td>