New entity: Visitors.

This commit is contained in:
codevictory
2021-05-03 20:28:36 +03:00
parent 811454f2e7
commit 1308f691a4
12 changed files with 521 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<h1>New Visitor</h1>
<%= render "form.html", Map.put(assigns, :action, Routes.visitor_path(@conn, :create)) %>
<span><%= link "Back", to: Routes.visitor_path(@conn, :index) %></span>