tracks/app/models/note.rb
2008-05-24 15:57:18 +01:00

7 lines
102 B
Ruby

class Note < ActiveRecord::Base
belongs_to :user
belongs_to :project
attr_protected :user
end