module Guff class TagModel < Model SQL = TemplateCache.new({ } of Symbol => String) def initialize(models : Models) super(models, SQL) end end end