Skip to content

Commit

Permalink
some Markdown snuck in.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jul 29, 2011
1 parent 41a6a0f commit f399b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,7 @@ <h2 id="faq">F.A.Q.</h2>
<p>
<b>References between Models and Views</b> can be handled several ways.
Some people like to have direct pointers, where views correspond 1:1 with
models (`model.view` and `view.model`). Others prefer to have intermediate
models (<tt>model.view</tt> and <tt>view.model</tt>). Others prefer to have intermediate
"controller" objects that orchestrate the creation and organization of
views into a hierarchy. Others still prefer the evented approach, and always
fire events instead of calling methods directly. All of these style work well.
Expand All @@ -2457,7 +2457,7 @@ <h2 id="faq">F.A.Q.</h2>
<b>Batch operations</b> on Models are common, but often best handled differently
depending on your server-side setup. Some folks don't mind making individual
Ajax requests. Others create explicit resources for RESTful batch operations:
`/notes/batch/destroy?ids=1,2,3,4`. Others tunnel REST over JSON, with the
<tt>/notes/batch/destroy?ids=1,2,3,4</tt>. Others tunnel REST over JSON, with the
creation of "changeset" requests:
</p>

Expand Down

0 comments on commit f399b04

Please sign in to comment.