This view helper generates html output for a Twitter Bootstrap styled control-group
(input fields and check_boxes).
Basic usage in a view html.erb file (pass in the Model and the Attribute name):
<%= control_container(@user, :name) %>
It renders the following: