0
이 양식에서 무엇이 잘못 되었습니까?SimpleForm : 컨트롤러의 SyntaxError
오류 : 내가 너무 내 생각이 잘못 마지막 마지막 인수를 전달하는하고는 늘 인수로 해시을 simple_form
사용하지 않은
<%= simple_form_for '', url: convertTrackToArea_path, :method => :post,
{ :controller => "vehicles",
:action => "convertTrackToArea",
:search => params[:search],
:rangefrom_string => params[:rangefrom_string]} do |f| %>
<%= f.input :areano, :label => 'Areano' %>
<%= f.button :submit, value: "Crear",:name => nil%>
<% end %>