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 %>