allow unattached fci

This commit is contained in:
simon lehericey 2021-10-12 23:53:11 +02:00
parent 461b774188
commit 2e118a8f5b
3 changed files with 7 additions and 2 deletions

View file

@ -15,7 +15,7 @@
# created_at :datetime not null
# updated_at :datetime not null
# france_connect_particulier_id :string
# user_id :integer not null
# user_id :integer
#
class FranceConnectInformation < ApplicationRecord
belongs_to :user, optional: true