Created
October 22, 2019 18:10
-
-
Save vmcilwain/2ba5ab1468919d8a3a19d3c086dfbc5c to your computer and use it in GitHub Desktop.
[Rails] Ransack search form in application layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=form_with url: path, class: 'form-inline my-2 my-lg-0', local: true, method: :get do |f| | |
=f.text_field :"q[subject_or_body_cont]", class: 'form-control mr-sm-2', 'aria-label' => 'Search', placeholder: 'Search' | |
=f.submit 'Search', class: 'btn btn-secondary my-2 my-sm-0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment