2015-11-03 15:27:49 +01:00
|
|
|
class Champ < ActiveRecord::Base
|
2015-11-03 10:48:40 +01:00
|
|
|
belongs_to :dossier
|
2015-11-05 11:21:44 +01:00
|
|
|
belongs_to :type_de_champ
|
|
|
|
delegate :libelle, :type_champs, :order_place, to: :type_de_champ
|
2015-11-03 10:48:40 +01:00
|
|
|
end
|