public
Description: Various ways to handle multi-model forms in Rails.
Homepage:
Clone URL: git://github.com/ryanb/complex-form-examples.git
100644 15 lines (9 sloc) 0.421 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Complex Form Examples
---------------------
 
Several different ways to handle the multi-model form problem with a
one-to-many association. The various approaches are in git branches.
See them for examples.
 
Once you clone the repository, you can checkout a remote branch.
 
  git checkout -b ddollar-accessible origin/ddollar-accessible
 
Some branches may require you to update submodules.
 
  git submodule update --init