refactor(tdc): tdc.columns should take procedure instead of procedure_id
This commit is contained in:
parent
3ce36222b4
commit
c0da8d1556
9 changed files with 18 additions and 18 deletions
|
@ -154,7 +154,7 @@ module ColumnsConcern
|
|||
end
|
||||
|
||||
def types_de_champ_columns
|
||||
all_revisions_types_de_champ.flat_map { _1.columns(procedure_id: id) }
|
||||
all_revisions_types_de_champ.flat_map { _1.columns(procedure: self) }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue