TokiTranslate/app/views/words/show.html.erb

4 lines
69 B
Plaintext
Raw Permalink Normal View History

<h1><%= @word.word %></h1>
2023-10-22 18:05:01 +00:00
<%= render "definitions", word: @word %>