4 lines
244 B
Plaintext
4 lines
244 B
Plaintext
|
<%= form_for(@new_relation , url: desktop_co_author_relations_path, html:{"form-type"=>"ajax_form", "callback-method"=>"coauthorRelationForm"} ) do |f| %>
|
||
|
<%= render partial: 'desktop/co_author_relations/form' , locals: {:f => f}%>
|
||
|
<% end %>
|