put jobs service back in

This commit is contained in:
carlad 2015-09-11 11:10:36 +02:00
parent 1640c33517
commit 28c6e04eb8

View File

@ -10,6 +10,7 @@ module Travis::API::V3
Build = Module.new { extend Services }
Builds = Module.new { extend Services }
Job = Module.new { extend Services }
Jobs = Module.new { extend Services }
Organization = Module.new { extend Services }
Organizations = Module.new { extend Services }
Owner = Module.new { extend Services }