Skip to content

Instantly share code, notes, and snippets.

@gouthamvel
Created February 14, 2012 03:10
Show Gist options
  • Save gouthamvel/1823066 to your computer and use it in GitHub Desktop.
Save gouthamvel/1823066 to your computer and use it in GitHub Desktop.
# in /app/models/tag_note.rb
class TagNote < ActiveRecord::Base
belongs_to :tag
end
# in /app/models/acts_as_taggable_on/tag.rb
class ActsAsTaggableOn::Tag
has_one :tag_note
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment