Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Rails loop and .join method
- <%= @project.cities(&:name).join(", ") %>
- #<City:0x103886748>
- <%= @project.cities.map(&:name).join(", ") %>
- <%= @project.cities(&:name).map.to_sentence %>
Advertisement
Add Comment
Please, Sign In to add comment