107b11d510
fix association between formulaire and type_piece_jointe fix association between formulaire and evenement_vie
4 lines
101 B
Ruby
4 lines
101 B
Ruby
class Formulaire < ActiveRecord::Base
|
|
has_many :types_piece_jointe
|
|
belongs_to :evenement_vie
|
|
end
|