summaryrefslogtreecommitdiffstats
path: root/alpineversion-controller.lua
blob: a90c306c683539a09e7920ace284328c82945742 (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