Skip to content

Instantly share code, notes, and snippets.

@brentmc79
Created April 13, 2009 04:24
Show Gist options
  • Save brentmc79/94258 to your computer and use it in GitHub Desktop.
Save brentmc79/94258 to your computer and use it in GitHub Desktop.
class Tagging < ActiveRecord::Base
belongs_to :taggable, :polymorphic => true
belongs_to :tag
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment