summaryrefslogtreecommitdiffstats
path: root/skins-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'skins-controller.lua')
-rw-r--r--skins-controller.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/skins-controller.lua b/skins-controller.lua
deleted file mode 100644
index 5d4d0d7..0000000
--- a/skins-controller.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-module (..., package.seeall)
-
--- Public methods
-
-default_action = "read"
-
-read = function (self )
- return self.model.get(self)
-end
-
-update = function (self )
- return self:redirect_to_referrer(self.model.update(self, self.clientdata.skin or ""))
-end
-