Edycja Grupy Wpisów

<%= form_tag({controller: '/admin/article', action: :update, id: @article.id}, method: :put, id:'article_form_id', authenticity_token: true, remote: true) do %> <%= render 'form' %> <% end %>