Renamed observer file for signature detection.

This commit is contained in:
Rolf Schmidt 2015-10-08 11:41:21 +02:00
parent 02548e8051
commit 79d695f26c

View file

@ -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)