Skip to content

Commit

Permalink
fixed readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
nu7hatch committed Jul 20, 2010
1 parent 64e43af commit 5dbae91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ requests, usually depending on the HTTP verb. The responder is triggered when

When a request comes in, for example for an XML response, three steps happen:

1) the responder searches for a template at extensions/index.xml;
2) if the template is not available, it will invoke <code>#to_xml</code> on the given resource;
3) if the responder does not <code>respond_to :to_xml</code>, call <code>#to_format</code> on it.
1) the responder searches for a template at extensions/index.xml;
2) if the template is not available, it will invoke <code>#to_xml</code> on the given resource;
3) if the responder does not <code>respond_to :to_xml</code>, call <code>#to_format</code> on it.

=== Builtin HTTP verb semantics

Expand Down

0 comments on commit 5dbae91

Please sign in to comment.