public
Description: All my Rails plugins bundled up.
Homepage: http://www.zachinglis.com
Clone URL: git://github.com/zachinglis/rails-plugins.git
commit  1cf0f32954830d17be93651852570da898d563b7
tree    cb1d37cab69efaeaa06460360d12315c6842693e
parent  32543ff255fac310ecc75a76a9dbd8df862a4ad5
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