提交 7d5c8505 编写于 作者: J Joshua Peek

Use render on InlineTemplate

上级 b6f89a8b
......@@ -305,7 +305,7 @@ def render_file(template_path, use_full_path = nil, local_assigns = {}) #:nodoc:
end
def render_inline(text, local_assigns = {}, type = nil)
InlineTemplate.new(self, text, local_assigns, type).render_template
InlineTemplate.new(self, text, local_assigns, type).render
end
def wrap_content_for_layout(content)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册