Merge pull request #2558 from betagouv/fix_task

Support: fix task
This commit is contained in:
LeSim 2018-09-12 17:21:40 +02:00 committed by GitHub
commit 23a00ca7f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
namespace :'2018_09_12_ftap' do
task :run do
task run: :environment do
procedure = Procedure.find(5812)
dossiers = procedure.dossiers.all