Sha256: 3d61cf58a8e64bb8bd98071f127856daa8ab811db233c89c0464f98583f081b6
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
module Watchtower class Note < ActiveRecord::Base belongs_to :user, :class_name => Watchtower.user_class belongs_to :contact attr_accessible :content validates :content, :presence => true def to_s content end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watchtower-0.0.1 | app/models/watchtower/note.rb |