Use render on InlineTemplate

This commit is contained in:
Joshua Peek
2008-07-03 12:50:43 -05:00
parent b6f89a8bf5
commit 7d5c8505f5

View File

@@ -305,7 +305,7 @@ module ActionView #: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)