travis-api/lib/travis/api/app/service/artifacts.rb
Sven Fuchs 76324f00a1 stuff
2012-07-20 16:53:13 +02:00

15 lines
208 B
Ruby

module Travis
module Api
class App
class Service
class Artifacts < Service
def item
Artifact.find(params[:id])
end
end
end
end
end
end