Skip to content

Instantly share code, notes, and snippets.

@CodingItWrong
Created April 1, 2016 18:35
Show Gist options
  • Select an option

  • Save CodingItWrong/6c8d86c450c28e149f09f59301f1b128 to your computer and use it in GitHub Desktop.

Select an option

Save CodingItWrong/6c8d86c450c28e149f09f59301f1b128 to your computer and use it in GitHub Desktop.
Render With Block
def render_with_block(partial)
render partial, yielded: capture { yield }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment