Guest User

Untitled

a guest
Jan 16th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <% @accounts.each do |account| %>
  2. <tr>
  3. <td><%= account.name %>&nbsp;</td>
  4. <td><%= account.email %>&nbsp;</td>
  5. <td><%= (account.expiration.try(:to_date) - Date.today).to_i %></td>
Add Comment
Please, Sign In to add comment