Add words controller with index and show actions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<% @words.each do |word| %>
|
||||
<p><%= link_to word.word, word %></p>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user