mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Call to_liquid in Context invoke
This commit is contained in:
@@ -66,3 +66,9 @@ module Minitest
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
class ThingWithToLiquid
|
||||
def to_liquid
|
||||
'foobar'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user