5 lines
100 B
Ruby
5 lines
100 B
Ruby
class Commentaire < ActiveRecord::Base
|
|
belongs_to :dossier
|
|
|
|
belongs_to :piece_justificative
|
|
end
|