Sha256: 6ce54198cde95d0a043f2922b6e78dad7b71cc676fe84f4ccdbbf8d0c3fe4b47

Contents?: true

Size: 373 Bytes

Versions: 114

Compression:

Stored size: 373 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 desc)
    end

    private

    def resource_class
      OstreeBranch
    end
  end
end

Version data entries

114 entries across 114 versions & 1 rubygems

Version Path
katello-4.2.2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.3.0.rc1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.2.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.2.0.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.1.4 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.0.3 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.2.0.1.rc3 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.18.5 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.2.0.1.rc2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.2.0.rc2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.1.3 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.2.0.rc1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.0.2.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.1.2.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.0.2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.1.2 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-3.18.4 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.1.1 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.1.0 app/controllers/katello/api/v2/ostree_branches_controller.rb
katello-4.0.1.2 app/controllers/katello/api/v2/ostree_branches_controller.rb