aboutsummaryrefslogtreecommitdiff
path: root/src/guff/model.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/model.cr')
-rw-r--r--src/guff/model.cr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/guff/model.cr b/src/guff/model.cr
index ef1b457..823d33b 100644
--- a/src/guff/model.cr
+++ b/src/guff/model.cr
@@ -1,15 +1,6 @@
-require "./database"
-require "./database-updater"
-
module Guff
class Model
def initialize(@models : Models)
end
end
-
- class PostModel < Model
- end
-
- class TagModel < Model
- end
end