Avis: add confidentiel field

This commit is contained in:
Simon Lehericey 2017-09-08 11:52:20 +02:00
parent 112e3a5793
commit f55c7a0512
3 changed files with 15 additions and 4 deletions

View file

@ -0,0 +1,5 @@
namespace :'2017_09_19_set_confidentialite_to_old_avis' do
task set: :environment do
Avis.unscoped.update_all(confidentiel: true)
end
end