tracks/app/models/note.rb
2008-05-20 21:28:26 +01:00

7 lines
102 B
Ruby

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