You are here: Browse Railsplugins Form Helper Fieldset
Block method for creating the fieldset tag with or without a legend.
<% fieldset do %> <%= f.label :foo %> <%= f.text_field :foo %> <% end %>
or
<% fieldset “Foo Options” do %> <%= f.label :foo %> <%= f.text_field :foo %> <% end %>
Copyright© 2008 Zach Inglis, released under the MIT license
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly