This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
demarches-normaliennes
Watch
15
Star
1
Fork
You've already forked demarches-normaliennes
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
b620888597
demarches-normaliennes
/
app
/
jobs
/
export_job.rb
8 lines
105 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add Export Model
2019-12-03 18:36:50 +01:00
class
ExportJob
<
ApplicationJob
Run jobs in named queues
2020-09-22 17:14:31 +02:00
queue_as
:exports
Add Export Model
2019-12-03 18:36:50 +01:00
def
perform
(
export
)
export
.
compute
end
end
Reference in a new issue
Copy permalink