(in-package :lisp-on-lines) ;;;; * Relational Attributes ;;;; ** Has-Many attribute (defattribute has-many () () (:default-properties :add-new-label "Add New" :sort-arguments (list #'< :key #'(lambda (x) (funcall (car (list-keys x)) x))))) (defdisplay object (:description (attribute has-many)) ; (