public
Description: All my Rails plugins bundled up.
Homepage: http://www.zachinglis.com
Clone URL: git://github.com/zachinglis/rails-plugins.git
rails-plugins / form_helper_fieldset
form_helper_fieldset/README
FormHelperFieldset
==================

Block method for creating the fieldset tag with or without a legend.


Example
=======

<% fieldset do %>
  <%= f.label :foo %>
  <%= f.text_field :foo %>
<% end %>

or

<% fieldset "Foo Options" do %>
  <%= f.label :foo %>
  <%= f.text_field :foo %>
<% end %>

Copyright (c) 2008 Zach Inglis, released under the MIT license