Fixed class name typo.

This commit is contained in:
Martin Edenhofer 2014-01-27 19:36:47 +01:00
parent 1da1296729
commit e24d77571e

View file

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