Remove support for liquid_methods Module extension

This commit is contained in:
Florian Weingarten
2015-05-14 14:44:19 +00:00
parent df74955ac4
commit f4724f0db3
5 changed files with 3 additions and 158 deletions
+1 -3
View File
@@ -15,12 +15,10 @@ class TemplateContextDrop < Liquid::Drop
end
end
class SomethingWithLength
class SomethingWithLength < Liquid::Drop
def length
nil
end
liquid_methods :length
end
class ErroneousDrop < Liquid::Drop