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