Add Badge to available responders.
This commit is contained in:
parent
e85d19d33d
commit
a635f7d916
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user