5 lines
143 B
Text
5 lines
143 B
Text
<h1>Home</h1>
|
|
<p>Hello, <%= current_user.email %>.</p>
|
|
<form action="/logout" method="POST">
|
|
<input type="submit" value="Log out" />
|
|
</form>
|