Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
fixing code blocks in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Feb 17, 2011
1 parent 8d7fdf2 commit 3778e20
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -2,13 +2,17 @@


This repository contains examples of complex nested model forms in Rails 3. To try it out clone this repository and run the following commands. This repository contains examples of complex nested model forms in Rails 3. To try it out clone this repository and run the following commands.


bundle <pre>
rake db:migrate bundle
rails s rake db:migrate
rails s
</pre>


See the branches for different approaches. Run this command to check out another branch. See the branches for different approaches. Run this command to check out another branch.


git checkout -b jquery origin/jquery <pre>
git checkout -b jquery origin/jquery
</pre>


The `master` and `jquery` branches contain an approach demonstrated in Railscasts [episodes 196 and 197](http://railscasts.com/episodes/196-nested-model-form-part-1). The `master` and `jquery` branches contain an approach demonstrated in Railscasts [episodes 196 and 197](http://railscasts.com/episodes/196-nested-model-form-part-1).


Expand Down

0 comments on commit 3778e20

Please sign in to comment.