REFACTOR: Change dossier state 'SubmitValidated' To 'Submitted'
This commit is contained in:
parent
285cee939a
commit
c454ea28ed
14 changed files with 40 additions and 35 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeStateSubmitValidatedToSubmitted < ActiveRecord::Migration
|
||||
def change
|
||||
Dossier.where(state: 'submit_validated').update_all(state: 'submitted')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue