public
Description: All my Rails plugins bundled up.
Homepage: http://www.zachinglis.com
Clone URL: git://github.com/zachinglis/rails-plugins.git
100644 23 lines (15 sloc) 0.364 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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