demarches-normaliennes/app/models/formulaire.rb
Tanguy PATTE 107b11d510 rename ref_demarche into demarche_id
fix association between formulaire and type_piece_jointe
fix association between formulaire and evenement_vie
2015-08-14 15:02:11 +02:00

4 lines
101 B
Ruby

class Formulaire < ActiveRecord::Base
has_many :types_piece_jointe
belongs_to :evenement_vie
end