Hi, do you know how to add into this balise a class attribut:
<% form_tag :action => ‘search’ do -%>
in order to do this in HTML:
I had try to use the official documentation
(http://api.rubyonrails.com/classes/ActionView/Helpers/FormTagHelper.html#M001036)
but that don’t seems work…
Thanks