[fix #504] Dossier: initiated -> en_construction
The change must not impact the api
This commit is contained in:
parent
461dd9e843
commit
56545933a9
72 changed files with 261 additions and 187 deletions
|
@ -0,0 +1,5 @@
|
|||
namespace :'2017_12_04_translate_dossier_state_to_french' do
|
||||
task en_construction: :environment do
|
||||
Dossier.unscoped.where(state: 'initiated').update_all(state: 'en_construction')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue