1 2 3 4 5 6 7 8 9 10
module Guff class TagModel < Model SQL = TemplateCache.new({ } of Symbol => String) def initialize(models : Models) super(models, SQL) end end end