demarches-normaliennes/app/models/notification.rb
2016-12-21 17:26:31 +01:00

4 lines
67 B
Ruby

class Notification < ActiveRecord::Base
belongs_to :dossier
end