This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /views/cards/_card.html.erb | |
<%= turbo_frame_tag dom_id(@card) do %> | |
<div class="card card-body"> | |
<div><%= @card.title %></div> | |
</div> | |
<% end %> |