[Pkg-owncloud-commits] [owncloud-doc] 170/270: Update controllers.rst
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:53:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 4432ffcc428d62c03de2e8f533c1e46a4d8d8fc8
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date: Thu Jun 12 13:50:26 2014 +0200
Update controllers.rst
---
developer_manual/app/controllers.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer_manual/app/controllers.rst b/developer_manual/app/controllers.rst
index d266c3c..5098f7b 100644
--- a/developer_manual/app/controllers.rst
+++ b/developer_manual/app/controllers.rst
@@ -4,7 +4,7 @@ Controllers
.. sectionauthor:: Bernhard Posselt <dev at bernhard-posselt.com>
-Controllers are used to connect :doc:`routes <routes>` with app logic. Think of it as callbacks that are executed once a request has come in. Controllers are defined inside the **controllers/** directory.
+Controllers are used to connect :doc:`routes <routes>` with app logic. Think of it as callbacks that are executed once a request has come in. Controllers are defined inside the **controller/** directory.
To create a controller, simply extend the Controller class and create a method that should be executed on a request:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list