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