Room details

<%= @room.name %>

<%= @room.description %>

created by: <%= @room.user.email %>

<%= link_to "Back", rooms_path %> <%= link_to "Edit", edit_room_path(@room) %> <%= button_to "Delete", room_path(@room), method: :delete, data: { turbo_confirm: "Are you sure?" } %>