orbit-basic/app/views/desktop/co_author_relations/_form.html.erb

5 lines
150 B
Plaintext

<%= form_for(@new_relation , url: desktop_co_author_relations_path ) do |f| %>
<%= f.text_field :relation %>
<%= f.submit "Save" %>
<% end %>