10 lines
123 B
Plaintext
Raw Permalink Normal View History

2024-07-11 20:08:26 +02:00
<h1>New guest</h1>
<%= render "form", guest: @guest %>
<br>
<div>
<%= link_to "Back to guests", guests_path %>
</div>