orbit-4-2/vendor/plugins/dynamic_form
Manson Wang 546d154487 Revert dynamic_form plugin and fix calendar title 2014-01-16 18:44:24 +08:00
..
lib Revert dynamic_form plugin and fix calendar title 2014-01-16 18:44:24 +08:00
test Revert dynamic_form plugin and fix calendar title 2014-01-16 18:44:24 +08:00
MIT-LICENSE Revert dynamic_form plugin and fix calendar title 2014-01-16 18:44:24 +08:00
README Revert dynamic_form plugin and fix calendar title 2014-01-16 18:44:24 +08:00
Rakefile Revert dynamic_form plugin and fix calendar title 2014-01-16 18:44:24 +08:00
dynamic_form.gemspec Revert dynamic_form plugin and fix calendar title 2014-01-16 18:44:24 +08:00
init.rb Revert dynamic_form plugin and fix calendar title 2014-01-16 18:44:24 +08:00

README

DynamicForm
===========

DynamicForm holds a few helpers method to help you deal with your 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.

Copyright (c) 2010 David Heinemeier Hansson, released under the MIT license