Added missing class.

This commit is contained in:
Martin Edenhofer 2012-05-30 23:06:26 +02:00
parent ab2cc762ee
commit 384f4da62d

View file

@ -111,6 +111,9 @@ class Ticket < ActiveRecord::Base
end
end
class Number
end
class Flag < ActiveRecord::Base
end