summaryrefslogtreecommitdiffstats
path: root/lib/Narwhal.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-18 11:51:54 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-18 11:52:22 -0600
commit3aee937a96e2ca2afc2c37fbf69274a08d5f8293 (patch)
tree7d96b7424a48912844f54a2d1cacbeb280be705d /lib/Narwhal.pm
parent115416dfdce1a737ad343610d7a116e3b5db0e64 (diff)
downloadnarwhal-3aee937a96e2ca2afc2c37fbf69274a08d5f8293.tar.gz
narwhal-3aee937a96e2ca2afc2c37fbf69274a08d5f8293.zip
get a model class going
Diffstat (limited to 'lib/Narwhal.pm')
-rw-r--r--lib/Narwhal.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Narwhal.pm b/lib/Narwhal.pm
index 2b4cfa0..5f0eff3 100644
--- a/lib/Narwhal.pm
+++ b/lib/Narwhal.pm
@@ -27,7 +27,7 @@ component TT => 'OX::View::TT', (
template_root => depends_on('/Config/template_root'),
);
-component Kioku => 'KiokuX::Model', (
+component Kioku => 'Narwhal::Component::Model', (
dsn => depends_on('/Config/kioku_dsn'),
extra_args => depends_on('/Config/kioku_extra_args'),
);