Sha256: 437489e33289adc9d8a03e3b708df21129d434e141e4835a0b904e6993407749
Contents?: true
Size: 404 Bytes
Versions: 7
Compression:
Stored size: 404 Bytes
Contents
module Actions module Katello module Repository class IndexContent < Actions::EntryAction middleware.use Actions::Middleware::KeepCurrentUser input_format do param :id, Integer param :dependency, Hash end def run repo = ::Katello::Repository.find(input[:id]) repo.index_content end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems