Class: Actions::Katello::Repository::IndexContent
- Inherits:
-
EntryAction
- Object
- EntryAction
- Actions::Katello::Repository::IndexContent
- Defined in:
- app/lib/actions/katello/repository/index_content.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
14 15 16 17 |
# File 'app/lib/actions/katello/repository/index_content.rb', line 14 def run repo = ::Katello::Repository.find(input[:id]) repo.index_content end |