Add test_procedure to procedure_path

This commit is contained in:
Paul Chavard 2018-05-17 15:31:45 +02:00
parent 5b094d8b13
commit 4ad3932c05
3 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddTestProcedureToProcedurePaths < ActiveRecord::Migration[5.2]
def change
add_reference :procedure_paths, :test_procedure
end
end