4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
<h1>Hello <%= Current.user.name %></h1>
|
|
|
|
<%= button_to "Sign out", session_path, method: :delete %>
|