We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de30889 + 2af3d84 commit e7cf982Copy full SHA for e7cf982
actionview/lib/action_view/renderer/renderer.rb
@@ -45,12 +45,6 @@ def render_body(context, options)
45
end
46
47
48
- # Direct access to template rendering.
49
- def render_template(context, options) # :nodoc:
50
- render_template_to_object(context, options).body
51
- end
52
-
53
- # Direct access to partial rendering.
54
def render_partial(context, options, &block) # :nodoc:
55
render_partial_to_object(context, options, &block).body
56
0 commit comments