remove unused dossier_field service
This commit is contained in:
parent
0399bb7dcf
commit
55998b1284
1 changed files with 0 additions and 4 deletions
|
@ -309,10 +309,6 @@ class ProcedurePresentation < ApplicationRecord
|
|||
.join('.')
|
||||
end
|
||||
|
||||
def dossier_field_service
|
||||
@dossier_field_service ||= DossierFieldService.new
|
||||
end
|
||||
|
||||
def assert_supported_column(table, column)
|
||||
if table == 'followers_instructeurs' && column != 'email'
|
||||
raise ArgumentError, 'Table `followers_instructeurs` only supports the `email` column.'
|
||||
|
|
Loading…
Reference in a new issue