added the last two models

This commit is contained in:
2023-05-10 19:53:55 +01:00
parent f15f9be809
commit 05f803436e
21 changed files with 303 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
<div id="<%= dom_id credential %>">
<p>
<strong>Email:</strong>
<%= credential.email %>
</p>
<p>
<strong>Password:</strong>
<%= credential.password %>
</p>
</div>