summaryrefslogtreecommitdiffstats
path: root/app/welcome-controller.lua
blob: 3ff5cc5b19ba3955d91a058323a302b64eda81a3 (plain)
1
2
3
4
5
6
7
8
-- A standin controller for testing
module (..., package.seeall)

read = function (self )
	return ( {self = self} )
end