Orbit/app/views/desktop/co_authors/new.html.erb

4 lines
249 B
Plaintext
Raw Normal View History

<%= form_for @co_author, html: { multipart: true ,"form-type"=>"ajax_form", "callback-method"=>"coAuthorformCallback"} , url: desktop_co_authors_path do |f| %>
2012-12-05 09:49:41 +00:00
<%= render partial: 'desktop/co_author_relations/form', locals: {:f => f} %>
<% end %>