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

4 lines
249 B
Plaintext
Raw Normal View History

2012-12-05 10:24:50 +00:00
<%= form_for(@co_author_relation, url: desktop_co_author_relations_path, html:{"form-type"=>"ajax_form", "callback-method"=>"coauthorRelationForm"} ) do |f| %>
2012-12-05 09:49:41 +00:00
<%= render partial: 'desktop/co_author_relations/form' , locals: {:f => f}%>
<% end %>