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.cr4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/guff/model.cr b/src/guff/model.cr
index 823d33b..ce24427 100644
--- a/src/guff/model.cr
+++ b/src/guff/model.cr
@@ -2,5 +2,9 @@ module Guff
class Model
def initialize(@models : Models)
end
+
+ def db
+ @models.db
+ end
end
end