aboutsummaryrefslogtreecommitdiff
path: root/src/guff/tag-model.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/tag-model.cr')
-rw-r--r--src/guff/tag-model.cr6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/guff/tag-model.cr b/src/guff/tag-model.cr
index 311a4b5..5d758d1 100644
--- a/src/guff/tag-model.cr
+++ b/src/guff/tag-model.cr
@@ -1,4 +1,10 @@
module Guff
class TagModel < Model
+ SQL = TemplateCache.new({
+ } of Symbol => String)
+
+ def initialize(models : Models)
+ super(models, SQL)
+ end
end
end