4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
<%= turbo_frame_tag @book, :publication do %>
|
|
<%= render "publication", book: @book %>
|
|
<% end %>
|