Flowdock
v2.0.3 - Show latest stable - 0 notes

The Active Record Helper makes it easier to create forms for records kept in instance variables. The most far-reaching is the form method that creates a complete form for all the basic content types of the record (not associations or aggregations, though). This is a great way of making the record quickly available for editing, but likely to prove lackluster for a complicated real-world form. In that case, it’s better to use the input method and the specialized form methods in ActionView::Helpers::FormHelper

Show files where this module is defined (1 file)
Register or log in to add new notes.