lib/express_templates/template/handler.rb in express_templates-0.11.10 vs lib/express_templates/template/handler.rb in express_templates-0.11.11
- old
+ new
@@ -6,11 +6,9 @@
def self.call(template)
new.call(template)
end
def call(template)
- # call ripper stuff method
-
# returns a string to be eval'd
source = "(#{ExpressTemplates.compile(template)}).html_safe"
warn_contains_logic(source) if ENV['NO_TEMPLATE_WARN'].nil? # pass the source code
source
end