Skip to content

Instantly share code, notes, and snippets.

@komagata
Created May 1, 2012 11:09
Show Gist options
  • Save komagata/2567375 to your computer and use it in GitHub Desktop.
Save komagata/2567375 to your computer and use it in GitHub Desktop.
tr_for
def tr_for(record, prefix = nil, options = nil, &block)
content_tag_for(:tr, record, prefix, options, &block)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment