Fixed class name typo.

This commit is contained in:
Martin Edenhofer 2014-01-27 19:37:03 +01:00
parent e24d77571e
commit 3a3e06b07d

View file

@ -1,4 +1,4 @@
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
class Notifications < ActiveRecord::Base
class Notification < ActiveRecord::Base
end