Created
August 27, 2012 17:02
-
-
Save acidtib/3490391 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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