d0a59058e8
Rationale: - is true for only 0.06% of Dossiers - is not displayed anymore anyways - will be a rare case for now * FC adoption is not insane * FC used more for personal than professional matters * not always the mandataires sociaux that fill dossiers for their companies, so not that relevant - we can add it back later
5 lines
172 B
Ruby
5 lines
172 B
Ruby
class FranceConnectInformation < ApplicationRecord
|
|
belongs_to :user
|
|
|
|
validates :france_connect_particulier_id, presence: true, allow_blank: false, allow_nil: false
|
|
end
|