5 lines
67 B
Ruby
5 lines
67 B
Ruby
|
class Notification < ActiveRecord::Base
|
||
|
belongs_to :dossier
|
||
|
|
||
|
end
|