Fixed class name.
This commit is contained in:
parent
33e339546a
commit
ccb81e6bfd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
class Observer::Ticket::Article::Notification::BackgroundJob
|
class Observer::Ticket::Notification::BackgroundJob
|
||||||
def initialize(params)
|
def initialize(params)
|
||||||
@ticket_id = params[:ticket_id]
|
@ticket_id = params[:ticket_id]
|
||||||
@article_id = params[:article_id]
|
@article_id = params[:article_id]
|
||||||
|
|
Loading…
Reference in a new issue