mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Use render on InlineTemplate
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user