diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-03-06 18:08:34 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-03-06 18:08:34 -0500 |
commit | b89d53220afee70a991fe8c3ec694e32f1954ea0 (patch) | |
tree | ce65990beca3d70ca81b438048aaf0f5997f29e3 /src/guff/model.cr | |
parent | 5771ff1b239f8452a718cebcc2cf8ae49a93b3a9 (diff) | |
download | old-guff-b89d53220afee70a991fe8c3ec694e32f1954ea0.tar.bz2 old-guff-b89d53220afee70a991fe8c3ec694e32f1954ea0.zip |
populate postmodel stubs
Diffstat (limited to 'src/guff/model.cr')
-rw-r--r-- | src/guff/model.cr | 4 |
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 |