Class: Note
- Inherits:
 - 
      ActiveRecord::Base
      
        
- Object
 - ActiveRecord::Base
 - Note
 
 
- Defined in:
 - app/models/note.rb
 
Overview
Schema Information
Table name: notes
id         :integer          not null, primary key
user_id    :integer
content    :text
created_by :integer
created_at :datetime
updated_at :datetime