Sha256: 5b0f2dc77349561ad936c4804bce3261ba6ee3f5b6ae16bb84fdec81c38f325c
Contents?: true
Size: 367 Bytes
Versions: 53
Compression:
Stored size: 367 Bytes
Contents
module Katello module Concerns module DockerContainerWizardStateExtensions extend ActiveSupport::Concern included do alias_method_chain :container_attributes, :katello end def container_attributes_with_katello container_attributes_without_katello.merge(:capsule_id => self.image.capsule_id) end end end end
Version data entries
53 entries across 53 versions & 1 rubygems