publication/app/views/admin/chapters/edit.html.erb

4 lines
170 B
Plaintext
Raw Normal View History

2018-10-04 02:47:23 +00:00
<%= form_for @chapter, url: admin_chapter_path(@chapter), html: {class: "form-horizontal main-forms"} do |f| %>
<%= render partial: 'form', locals: {f: f} %>
<% end %>