Add form field for Passport#image
This commit is contained in:
parent
8ffd8b27bb
commit
51a80da15c
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
<%= f.input :unit_code %>
|
||||
<%= f.input :date_of_issue, start_year: Date.today.year - 150,
|
||||
end_year: Date.today.year %>
|
||||
<%= f.input :image %>
|
||||
|
||||
<%= f.button :submit %>
|
||||
<% end %>
|
||||
|
|
Reference in a new issue