OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/lib/plugins/dynamic_form
Martin Linkhorst ee9941e912 DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
..
lib DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
test DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
MIT-LICENSE DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
README DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
Rakefile DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
dynamic_form.gemspec DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
init.rb DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago

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