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.
異なるスタイルシートを適用できるように、simple_form ごとに異なるクラスを持つことは可能ですか??
html オプションを使用してクラス属性を指定できます。したがって、次のようになります。
simple_form_for object, :html => {:class => "myform"} do |f| end