6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
|
<h1>New Worker</h1>
|
||
|
|
||
|
<%= render 'form', worker: @worker %>
|
||
|
|
||
|
<%= link_to 'Back to List', workers_path %>
|