mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
115693873-job-initiator_added
This commit is contained in:
parent
24aec79ceb
commit
2f9a9bd680
5 changed files with 15 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
class DomainDeleteConfirmJob < Que::Job
|
||||
def run(domain_id, action)
|
||||
def run(domain_id, action, initiator)
|
||||
::PaperTrail.whodunnit = "job - #{self.class.name} - #{action}"
|
||||
# it's recommended to keep transaction against job table as short as possible.
|
||||
ActiveRecord::Base.transaction do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue