4 lines
81 B
ERB
4 lines
81 B
ERB
<h1><%= @word.word %></h1>
|
|
|
|
<%= render "application/definitions", word: @word %>
|
<h1><%= @word.word %></h1>
|
|
|
|
<%= render "application/definitions", word: @word %>
|