agenda-libre-ruby/app/models/note.rb

5 lines
95 B
Ruby
Raw Normal View History

2014-01-06 11:22:39 +01:00
class Note < ActiveRecord::Base
belongs_to :event
belongs_to :author, class_name: User
end