Skip to content

Instantly share code, notes, and snippets.

@ltackett
Created December 21, 2012 02:28
Show Gist options
  • Save ltackett/4350287 to your computer and use it in GitHub Desktop.
Save ltackett/4350287 to your computer and use it in GitHub Desktop.
Data Attr Example
[data-partial=product_details] {
}
// Products Controller
// ============================================================================
html[data-controller=products] {
// Index Action
// ============================================================================
html[data-action=index] {
}
// Show Action
// ============================================================================
html[data-action=show] {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment