fixes to conform with new meta-model
[clinton/lisp-on-lines.git] / src / lisp-on-lines.lisp
index 7658722..81a33c9 100644 (file)
@@ -16,7 +16,7 @@ Generates a form that, when evaluated, initialises the given table as an lol obj
 This involves creating a meta-model, a clsql view-class, and the setting up the default attributes for a mewa presentation"
 
     `(progn 
-      (def-view-class/table ,table)
+      (def-view-class-from-table ,table)
       (set-default-attributes (quote ,(meta-model::sql->sym table))))))
     
 (defmacro initialize-lol-for-table (&rest tables)