Created
March 18, 2011 03:30
-
-
Save acconrad/875571 to your computer and use it in GitHub Desktop.
This file contains 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
- @my_list.each do |item| | |
= link_to item.name | |
- unless item == @my_list.last | |
, | |
# how do I comma separate so that there isn't a space after the item? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment