Reorganized object observer structure.
This commit is contained in:
parent
c8c2fe521b
commit
7a91637de4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class ApplicationController < ActionController::Base
|
|||
|
||||
# execute events
|
||||
def trigger_events
|
||||
Ticket::Observer::Notification.transaction
|
||||
Observer::Ticket::Notification.transaction
|
||||
end
|
||||
|
||||
# Finds the User with the ID stored in the session with the key
|
||||
|
|
Loading…
Reference in a new issue