Files
TokiTranslate/app/views/words/show.html.erb
2023-10-14 13:50:50 -04:00

4 lines
81 B
Plaintext

<h1><%= @word.word %></h1>
<%= render "application/definitions", word: @word %>