Fixed reload issue.
This commit is contained in:
parent
b62b67293e
commit
4ced746122
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
|
||||
require 'stats/ticket_reopen'
|
||||
|
||||
class Observer::Ticket::StatsReopen < ActiveRecord::Observer
|
||||
load 'stats/ticket_reopen.rb'
|
||||
|
||||
observe 'ticket'
|
||||
|
||||
def after_create(record)
|
||||
|
|
Loading…
Reference in a new issue