Render a partial to an instance variable
Occasionally, it is useful to render a partial to an instance variable as a string so that the view can still be rendered as normal, and the string can be passed in to the view.
add_variables_to_assigns @content_for_navbar = @template.render_partial 'layouts/public_navbar'