Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. SyntaxError in Home#index
  2.  
  3. Showing home/_show.html.erb where line #25 raised:
  4.  
  5. compile error
  6. /Users/edlove/Code/tyro/app/views/home/_show.html.erb:-4: parse error, unexpected '='
  7. class = local_assigns[:class]
  8. ^
  9. Extracted source (around line #25):
  10.  
  11. 22: </div> <!-- .info -->
  12. 23: </div> <!-- .ticket-wrapper -->
  13. 24: </div> <!-- .show-ticket -->
  14. Trace of template inclusion: /home/_center.html.erb, /home/index.html.erb
  15.  
  16. RAILS_ROOT: /Users/edlove/Code/tyro
  17.  
  18. Application Trace | Framework Trace | Full Trace
  19. app/views/home/_show.html.erb:25:in `compile_template'
  20. app/views/home/_center.html.erb:7:in `_run_erb_47app47views47home47_center46html46erb'
  21. app/views/home/index.html.erb:2:in `_run_erb_47app47views47home47index46html46erb'
  22. Request
  23.  
  24. Parameters:
  25.  
  26. None
  27. Show session dump
  28.  
  29. Response
  30.  
  31. Headers:
  32.  
  33. {"cookie"=>[],
  34. "Cache-Control"=>"no-cache"}
Add Comment
Please, Sign In to add comment