method

render_template_with_spacer?

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: RenderParser
render_template_with_spacer?(options_hash) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.