Project

General

Profile

Download (231 Bytes) Statistics
| Branch: | Tag: | Revision:

foreman_pipeline / app / views / foreman_pipeline / api / jobs / available_paths.json.rabl @ abf1341e

1
object Katello::Util::Data.ostructize(@collection)
2

    
3
extends("katello/api/v2/common/metadata")
4

    
5
child :results => :results do
6
  child :environments => :environments do
7
    extends('foreman_pipeline/api/environments/show')
8
  end
9
end