Sha256: 6dc5950bccc1c6c9187bca97e94d63cd7db4f80db23bf94c0f160fb113b06f7f
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
module Watchtower class Tagging < ActiveRecord::Base belongs_to :contact belongs_to :tag attr_accessible :tag validates :contact_id, :uniqueness => { :scope => :tag_id } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watchtower-0.0.1 | app/models/watchtower/tagging.rb |