[Strainer] Separate factory from template

This commit is contained in:
Thierry Joyal
2020-01-06 17:45:25 +00:00
parent b7f0f158ab
commit c0ffeeef26
10 changed files with 247 additions and 208 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ module Liquid
end
def strainer
@strainer ||= Strainer.create(self, @filters)
@strainer ||= StrainerFactory.create(self, @filters)
end
# Adds filters to this context.