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.
フォームの送信ボタンに複数のクラスを追加したいと考えています。
実行することでクラスを追加できることは知っていますが、:class => "btn"2を追加するにはどうすればよいですか?
:class => "btn"
クラスをスペースで区切る
:class => "btn some other classes go crazy"