From 4ebeb9d3bc2f123f93338bcc8b15ef1723d4eb35 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 21 Dec 2009 16:46:20 +0000 Subject: Modified permissions from controller:action to prefix/controller/action. Had to move welcome to the acf-util prefix. Changed format of roles files: old ACF format will still work, but authenticator format won't. --- app/acf-util/welcome-controller.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/acf-util/welcome-controller.lua (limited to 'app/acf-util/welcome-controller.lua') diff --git a/app/acf-util/welcome-controller.lua b/app/acf-util/welcome-controller.lua new file mode 100644 index 0000000..77735ec --- /dev/null +++ b/app/acf-util/welcome-controller.lua @@ -0,0 +1,10 @@ +-- A standin controller for testing +module (..., package.seeall) + +default_action = "read" + +read = function (self ) + return ( {self = self} ) +end + + -- cgit v1.2.3