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

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

License

Notifications You must be signed in to change notification settings

wwidea/composable_builders

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •