README.md

Path: README.md
Last Update: Wed Jul 20 16:05:14 +0000 2011

DynamicForm

=====

DynamicForm holds a few helpers method to help you deal with your Rails3 models, they are:

  • `input(record, method, options = {})`
  • `form(record, options = {})`
  • `error_message_on(object, method, options={})`
  • `error_messages_for(record, options={})`

It also adds `f.error_messages` and `f.error_messages_on` to your form builders.

Read `/lib/action_view/helpers/dynamic_form.rb` for details of each method.

[Validate]