Skip to content

Instantly share code, notes, and snippets.

@mhfs
Created July 28, 2009 19:43
Show Gist options
  • Save mhfs/157626 to your computer and use it in GitHub Desktop.
Save mhfs/157626 to your computer and use it in GitHub Desktop.
@company = Company.find(@ticket.company_id) ||= @companies.first
#/Users/mhfs/Sites/supporter/app/controllers/tickets_controller.rb:140: syntax error, unexpected tOP_ASGN, #expecting ')'
#...y.find(@ticket.company_id) ||= @companies.first)
# ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment