summaryrefslogtreecommitdiffstats
path: root/alpineversion-controller.lua
blob: 4d785aeed33c47e7a82a98cc1d4046047c8ef68a (plain)
1
2
3
4
5
6
7
8
9
10
-- the alpineversion controller

module (..., package.seeall)

default_action = "read"

read = function (self )
	return self.model.get()
end