demarches-normaliennes/app/models/champ.rb
2015-11-05 11:21:44 +01:00

5 lines
155 B
Ruby

class Champ < ActiveRecord::Base
belongs_to :dossier
belongs_to :type_de_champ
delegate :libelle, :type_champs, :order_place, to: :type_de_champ
end