Compare commits

..

No commits in common. '23b9e5c001a9ff31f3b0cdc8cb1ec7a27da038c0' and '03efcbc301555f5d389923dc9a80958714e923a5' have entirely different histories.

  1. 1
      rails-to-caveman.asd
  2. 2
      src/model.lisp

1
rails-to-caveman.asd

@ -20,7 +20,6 @@
"datafly"
"sxql"
"mito" ; <--- Added in Chapter 4.
)
:components ((:module "src"
:components
((:file "main" :depends-on ("config" "view" "db"))

2
src/model.lisp

@ -233,4 +233,4 @@ COPY THE CODE BELOW INTO SLIME OR WORK THEM INTO A FUNCTION.
(mito:select-dao 'rails-to-caveman.model::user
(sxql:where
`(:and (:<= 12 :number)
(:<= :number 14)))))
(:<= :number 14))))

Loading…
Cancel
Save