Guest User

Untitled

a guest
Feb 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <% suppress_comma_spacing do %>
  2. <%= link_to "Dick", user_path(dick) %>
  3. ,
  4. <%= link_to "Mary", user_path(mary) %>
  5. , and
  6. <%= link_to "Jane", user_path(jane) %>
  7. <% end %>
Add Comment
Please, Sign In to add comment