REFACTOR: Change dossier state 'Processed' To 'Closed'
This commit is contained in:
parent
76d87c7f79
commit
c09fe8e7f6
13 changed files with 37 additions and 32 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeStateProcessedToClosed < ActiveRecord::Migration
|
||||
def change
|
||||
Dossier.where(state: 'processed').update_all(state: 'closed')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue