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.
この form_tag があり、それにクラスを追加する必要があります。それを壊さずにそれを行う方法がわからない:
<%= form_tag sessions_path do %>
<%= form_tag sessions_path, html: { class: 'something' } do %>
<%= form_tag session_path, :class => 'class_name' do %>