From 5771ff1b239f8452a718cebcc2cf8ae49a93b3a9 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 6 Mar 2016 17:31:44 -0500 Subject: add stub post and tag models --- src/guff/post-model.cr | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/guff/post-model.cr (limited to 'src/guff/post-model.cr') diff --git a/src/guff/post-model.cr b/src/guff/post-model.cr new file mode 100644 index 0000000..20ccf22 --- /dev/null +++ b/src/guff/post-model.cr @@ -0,0 +1,4 @@ +module Guff + class PostModel < Model + end +end -- cgit v1.2.3