REFACTOR: Change dossier state 'Reply' To 'Replied'
This commit is contained in:
parent
c0733849d5
commit
4a05af89fc
11 changed files with 32 additions and 27 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeStatereplyToReplied < ActiveRecord::Migration
|
||||
def change
|
||||
Dossier.where(state: 'reply').update_all(state: 'replied')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue