私はこの検索コントローラのURLを持っています:
http://localhost:3000/search/index?utf8=✓&search=Search_terms
これをどのようにトリミングできますか:
http://localhost:3000/search=query
検索コード:
#search-box
#search-form
= form_tag search_index_path, :method => 'get' do
= text_field_tag :search, params[:search], :autocomplete => "off"
%button#search-button{:type => "submit"}
%span Go!
それとも可能ですか??
お知らせ下さい。