]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/dynamic_form/README
216c309877d12c064815141f5a1a6f3cbc95ae81
[rails.git] / vendor / plugins / dynamic_form / README
1 DynamicForm
2 ===========
3
4 DynamicForm holds a few helpers method to help you deal with your models, they are:
5
6 * input(record, method, options = {})
7 * form(record, options = {})
8 * error_message_on(object, method, options={})
9 * error_messages_for(record, options={})
10
11 It also adds f.error_messages and f.error_messages_on to your form builders.
12
13 Copyright (c) 2010 David Heinemeier Hansson, released under the MIT license