orbit-basic/app/views/desktop/co_authors/new.html.erb

4 lines
240 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-06 03:43:40 +00:00
<%= render partial: 'desktop/co_authors/form', locals: {:f => f} %>
<% end %>