Skip to content

Instantly share code, notes, and snippets.

@dannymcc
Created July 19, 2012 12:16
Show Gist options
  • Select an option

  • Save dannymcc/3143451 to your computer and use it in GitHub Desktop.

Select an option

Save dannymcc/3143451 to your computer and use it in GitHub Desktop.
Documents with Categories and Tags
documents
has_and_belongs_to_many :category
has_and_belongs_to_many :tags
has_many :attachments, :dependent => :destroy
categories
has_and_belongs_to_many :documents
tags
has_and_belongs_to_many :documents
attachments
belongs_to :document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment