diff --git a/README.rdoc b/README.rdoc index bf7677ce..f8494e91 100644 --- a/README.rdoc +++ b/README.rdoc @@ -821,6 +821,10 @@ With headers: halt 402, {'Content-Type' => 'text/plain'}, 'revenge' +It is of course possible to combine a template with +halt+: + + halt erb(:error) + === Passing A route can punt processing to the next matching route using pass: