From 4731cfb16df1c0848cf21a5f80d8d42217c2c0f0 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 14 Apr 2016 09:27:16 +0200 Subject: [PATCH] Fixed typo. --- app/models/job.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/job.rb b/app/models/job.rb index 9c9bf9fd6..3eedc75ff 100644 --- a/app/models/job.rb +++ b/app/models/job.rb @@ -60,8 +60,8 @@ class Job < ApplicationModel next if !changed ticket.save - # execute ticket transaction - Observer::Ticket::Transaction.commit( + # execute object transaction + Observer::Transaction.commit( disable_notification: job.disable_notification ) end