From 7a91637de484efb1b0785e5dac33799985d10a0e Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 18 Nov 2012 12:02:42 +0100 Subject: [PATCH] Reorganized object observer structure. --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index a3a4044bd..26c6faddc 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -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