Date | Type | Title | Price | Customer |
---|---|---|---|---|
<%=link_to purchase.date, :action => 'filterbydate', :id => purchase.date %> | <%=link_to purchase.class, :action => 'filterbytype', :id => purchase.class %> | <%=h purchase.title %> | <%=h number_to_currency(purchase.price) %> | <%=link_to purchase.customer.name, :action => 'filterbycust', :id => purchase.customer_id %> |