Skip to content

Commit

Permalink
fixing syntax in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Aug 4, 2009
1 parent 9772eb3 commit 321a21c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.rdoc
@@ -1,7 +1,12 @@
= 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. See branches for alternative solutions.
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 the repository, you can checkout a remote branch like this
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

0 comments on commit 321a21c

Please sign in to comment.