diff options
Diffstat (limited to 'src/guff.cr')
-rw-r--r-- | src/guff.cr | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/guff.cr b/src/guff.cr index c7e3216..e5eca75 100644 --- a/src/guff.cr +++ b/src/guff.cr @@ -9,7 +9,7 @@ module Guff VERSION = "0.1.0" end -require "./guff/*" +require "./guff/**" private macro define_lazy_getters(hash) {% for name, klass in hash %} @@ -47,11 +47,6 @@ end module Guff module Models - abstract class Model - def initialize(@context : Context) - end - end - class PostModel < Model SQL = { add: " |