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.4.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.4.0.2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.4.0.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.3.2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.4.0 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.4.0.rc2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.4.0.rc1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.3.1.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.3.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.3.0.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.3.0 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.3.0.rc2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.3.0.rc1.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.3.0.rc1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.2.1.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.2.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.2.0 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.2.0.rc3 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.2.0.rc2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.2.0.rc1.1 app/controllers/katello/api/v2/ostree_branches_controller.rb