feat(api particulier): add MESRI field
This commit is contained in:
parent
f08081abfe
commit
14e0c68266
29 changed files with 380 additions and 10 deletions
|
@ -734,6 +734,10 @@ class Procedure < ApplicationRecord
|
|||
api_particulier_sources['pole_emploi'].present?
|
||||
end
|
||||
|
||||
def mesri_enabled?
|
||||
api_particulier_sources['mesri'].present?
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def validate_for_publication?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue