Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 420 Bytes

README.rdoc

File metadata and controls

12 lines (7 loc) · 420 Bytes

Complex Form Examples

This master branch is a simple solution for the multi-model form problem using the latest accepts_nested_attributes_for available in Rails 2.3.

Once you clone this repository, just run the migrations and start up the server to try it out.

rake db:migrate
script/server

See the branches for alternative solutions. Here’s how to clone a remote branch.

git checkout -b deep origin/deep