diff options
Diffstat (limited to 'app/welcome-controller.lua')
-rw-r--r-- | app/welcome-controller.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/welcome-controller.lua b/app/welcome-controller.lua index 3ff5cc5..77735ec 100644 --- a/app/welcome-controller.lua +++ b/app/welcome-controller.lua @@ -1,6 +1,8 @@ -- A standin controller for testing module (..., package.seeall) +default_action = "read" + read = function (self ) return ( {self = self} ) end |