summaryrefslogtreecommitdiffstats
path: root/skins-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-13 16:06:52 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-13 16:06:52 +0000
commit301c747b1f0532d81e4a919a09ad80026460c96b (patch)
treec795b527baf297329d616e91b462981f08aa537f /skins-controller.lua
parent10137bade6701598f212c73e51f605f2cec56aee (diff)
downloadacf-alpine-baselayout-301c747b1f0532d81e4a919a09ad80026460c96b.tar.bz2
acf-alpine-baselayout-301c747b1f0532d81e4a919a09ad80026460c96b.tar.xz
Moved skins to acf-core.
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
-