diff options
author | Mark McClain <mark.mcclain@shootq.com> | 2011-03-12 16:43:46 -0500 |
---|---|---|
committer | Mark McClain <mark.mcclain@shootq.com> | 2011-03-12 16:43:46 -0500 |
commit | 9da0e09d2be26300eb047cfdcb698fb415beb3cd (patch) | |
tree | 6b4ec517d10897a6089b82a7deaddcf3bbfeab41 /docs/source | |
parent | 3489aabea7bca887e41f87c4864ce122d1e44e9f (diff) | |
download | pecan-9da0e09d2be26300eb047cfdcb698fb415beb3cd.tar.gz |
fix header
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/routing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/routing.rst b/docs/source/routing.rst index 7cf51fa..928b0e9 100644 --- a/docs/source/routing.rst +++ b/docs/source/routing.rst @@ -149,7 +149,7 @@ redirect abort ``@expose`` -=========== +----------- At its core, ``expose`` is how you tell Pecan which methods in a class are controllers. ``expose`` accepts eight optional parameters some of which can impact routing. :: |