mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 02:10:41 -07:00
[Strainer] Separate factory from template
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user