Files
sure/app/views/chats/_chat.html.erb
2025-03-12 12:39:16 -04:00

4 lines
64 B
Plaintext

<%= link_to chat_path(chat) do %>
<%= chat.title %>
<% end %>