Fixed class name typo.
This commit is contained in:
parent
e24d77571e
commit
3a3e06b07d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
|
||||
|
||||
class Notifications < ActiveRecord::Base
|
||||
class Notification < ActiveRecord::Base
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue