Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 535 Bytes

Code Climate

ComposableBuilders

A series of modules that can be combined together to create a customized FormBuilder class.

Example

<% form_for @post, :builder => ComposableBuilder(:tagged => true, :printable => true) do |form| %>
  <%= form.text_field :title %>
  <%= form.text_area :body %>
  <%= form.submit %>
<% end %>

Copyright (c) 2009 WWIDEA, released under the MIT license