Add Badge to available responders.

This commit is contained in:
Mathias Meyer 2014-03-19 15:01:23 +01:00
parent e85d19d33d
commit a635f7d916

View File

@ -55,7 +55,7 @@ class Travis::Api::App
end
def responders(resource, options)
[:Json, :Atom, :Image, :Xml, :Plain].map do |name|
[:Json, :Atom, :Image, :Xml, :Plain, :Badge].map do |name|
Responders.const_get(name)
end
end