Skip to content

Instantly share code, notes, and snippets.

@kineticac
Created June 5, 2013 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kineticac/5717810 to your computer and use it in GitHub Desktop.
Save kineticac/5717810 to your computer and use it in GitHub Desktop.
If you render the same partial over and over again, you can make a nice helper so you don't have to be so verbose.
def row_divider
(render partial: 'shared/row_divider').html_safe
end
<%= row_divider %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment