summaryrefslogtreecommitdiffstats
path: root/did-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:09:13 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:09:13 +0000
commit963d7e009e2d938296300756e08fc3816a2dee47 (patch)
tree91335455312d84e3dd20b71eb150c9ba028a8ad4 /did-model.lua
parent833bd939caeb57d01748dd694f48b3b4b4866fb3 (diff)
downloadacf-did-963d7e009e2d938296300756e08fc3816a2dee47.tar.bz2
acf-did-963d7e009e2d938296300756e08fc3816a2dee47.tar.xz
Started work on updating for acf-core-0.15
Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
Diffstat (limited to 'did-model.lua')
-rw-r--r--did-model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/did-model.lua b/did-model.lua
index 6b6ed7d..0786c94 100644
--- a/did-model.lua
+++ b/did-model.lua
@@ -2,8 +2,8 @@ module(..., package.seeall)
-- Load libraries
require("modelfunctions")
-require("format")
-require("validator")
+format = require("acf.format")
+validator = require("acf.validator")
require("luasql.postgres")
require("authenticator")
require("roles")