All Projects → rails → Dynamic_form

rails / Dynamic_form

Licence: mit
NOTICE: official repository moved to https://github.com/joelmoss/dynamic_form

Programming Languages

ruby
36898 projects - #4 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].