Sha256: 6141311be6d565e5e5e8e39e7ec6283d2164ee7f109b1bb6c62e600256f42db7
Contents?: true
Size: 385 Bytes
Versions: 112
Compression:
Stored size: 385 Bytes
Contents
module Actions module Katello module Organization class AutoAttachSubscriptions < Actions::EntryAction def plan(organization) action_subject(organization) plan_action(Candlepin::Owner::AutoAttach, label: organization.label) end def humanized_name _("Auto-attach subscriptions") end end end end end
Version data entries
112 entries across 112 versions & 1 rubygems