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