simple_crm/app/views/admin/all_page/_edit.html.erb

4 lines
221 B
Plaintext

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