Sha256: 2302072253aab062e64e05da3b2e9c81e5e7063a5bc01375f2e76e5408d3d02b

Contents?: true

Size: 378 Bytes

Versions: 54

Compression:

Stored size: 378 Bytes

Contents

module Katello
  class Api::V2::OstreeBranchesController < Api::V2::ApiController
    apipie_concern_subst(:a_resource => N_("an ostree branch"), :resource => "ostree_branches")
    include Katello::Concerns::Api::V2::RepositoryContentController

    def default_sort
      %w(version_date desc)
    end

    private

    def resource_class
      OstreeBranch
    end
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
katello-3.7.1.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.7.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.7.0 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.8.0.rc1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.7.0.rc2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.7.0.rc1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.5.2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.6.0 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.6.0.1.rc2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.6.0.rc2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.6.0.rc1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.5.1.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.5.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.5.0.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.5.0 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.5.0.rc2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.5.0.rc1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.4.5 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.4.4 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.4.2 app/controllers/katello/api/v2/ostree_branches_controller.rb