Files
fizzy/app/views/sessions/show.html.erb
T
2024-06-21 16:45:29 +01:00

4 lines
100 B
Plaintext

<h1>Hello <%= Current.user.name %></h1>
<%= button_to "Sign out", session_path, method: :delete %>