Sha256: 9e0c0a669e1ced0c190e48a76b761a4bda46e06a050dc377660931d968232ea3

Contents?: true

Size: 158 Bytes

Versions: 23

Compression:

Stored size: 158 Bytes

Contents

class Note < ActiveRecord::Base
  attr_accessible :occurred_at, :text
  
  belongs_to :person, touch: true
  belongs_to :user
  belongs_to :organization
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.7 app/models/note.rb
artfully_ose-1.2.0.pre.6 app/models/note.rb
artfully_ose-1.2.0.pre.5 app/models/note.rb