method
render_template_with_spacer?
v7.2.3 -
Show latest stable
- Class:
ActionView::RenderParser::RipperRenderParser
render_template_with_spacer?(options_hash)private
No documentation available.
# File actionview/lib/action_view/render_parser/ripper_render_parser.rb, line 334
def render_template_with_spacer?(options_hash)
if options_hash.key?(:spacer_template)
parse_str(options_hash[:spacer_template])
end
end