4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
<% @words.each do |word| %>
|
|
<p><%= link_to word.word, word %></p>
|
|
<% end %>
|