Skip to content

Instantly share code, notes, and snippets.

@acidtib
Created August 27, 2012 17:02
Show Gist options
  • Save acidtib/3490391 to your computer and use it in GitHub Desktop.
Save acidtib/3490391 to your computer and use it in GitHub Desktop.
/Users/dainelvera/Code/Rails/thecollegetourist/app/controllers/explore_controller.rb:36: syntax error, unexpected '|', expecting '}'
@towns.each do { |t| if t.postcards.empty? @tow...
^
/Users/dainelvera/Code/Rails/thecollegetourist/app/controllers/explore_controller.rb:36: syntax error, unexpected keyword_end, expecting keyword_then or ';' or '\n'
...rds.empty? @towns.delete(t) end }
... ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment