Guest User

Untitled

a guest
Jun 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. ActionView::TemplateError (undefined method `business_day.spent_hundreds' for #<SafeBalance:0x2595144>) on line #166 of app/views/safe_balances/show.html.erb:
  2. 163: </tr>
  3. 164: <tr class="success">
  4. 165: <td><label>Ending Balance</label></td>
  5. 166: <td><%= acg_formatted_money(@business_day.safe_balance.adj_end_hundreds) %></td>
  6. 167: <td><%= acg_formatted_money(@business_day.safe_balance.adj_end_fifties) %></td>
  7. 168: <td><%= acg_formatted_money(@business_day.safe_balance.adj_end_twenties) %></td>
  8. 169: <td><%= acg_formatted_money(@business_day.safe_balance.adj_end_tens) %></td>
  9.  
  10. app/models/safe_balance.rb:39:in `send'
  11. app/models/safe_balance.rb:39:in `end_hundreds'
  12. app/models/safe_balance.rb:104:in `send'
  13. app/models/safe_balance.rb:104:in `adj_end_hundreds'
  14. app/views/safe_balances/show.html.erb:166
  15. app/controllers/safe_balances_controller.rb:20:in `show'
Add Comment
Please, Sign In to add comment