Renamed observer file for signature detection.
This commit is contained in:
parent
02548e8051
commit
79d695f26c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
require 'signature_detection'
|
require 'signature_detection'
|
||||||
|
|
||||||
class Observer::Ticket::Article::EmailSignatureDetection < ActiveRecord::Observer
|
class Observer::Ticket::Article::SignatureDetection < ActiveRecord::Observer
|
||||||
observe 'ticket::_article'
|
observe 'ticket::_article'
|
||||||
|
|
||||||
def before_create(record)
|
def before_create(record)
|
Loading…
Reference in a new issue