REFACTOR: Change dossier state 'Submitted' To 'Initiated'
This commit is contained in:
parent
c09fe8e7f6
commit
285cee939a
19 changed files with 49 additions and 44 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeStateSubmittedToInitiated < ActiveRecord::Migration
|
||||
def change
|
||||
Dossier.where(state: 'submitted').update_all(state: 'initiated')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue