Remove unnecessary blank? code

This commit is contained in:
Florian Weingarten
2014-07-22 21:19:12 +00:00
parent 5fc1929b73
commit 1e0e9f1f31
7 changed files with 7 additions and 22 deletions
@@ -60,10 +60,6 @@ class CustomInclude < Liquid::Tag
def parse(tokens)
end
def blank?
false
end
def render(context)
@template_name[1..-2]
end