Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
干杯!
= simple_form_for :search_input, :url => 'tracks/result', :method => :get do |f|
如何:remote => true正确制作此表格?
:remote => true
像这样:
= simple_form_for(:search_input, :url => 'tracks/result', :method => :get, :remote => true) do |f|