Rename before_method as liquid_method_missing

This commit is contained in:
Thierry Joyal
2015-10-28 17:28:19 +00:00
parent 31d7682f4e
commit ac041c4ad1
4 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ require 'test_helper'
require 'timeout'
class TemplateContextDrop < Liquid::Drop
def before_method(method)
def liquid_method_missing(method)
method
end