Sha256: b4664c69431cacd49bc5358e7d054d8f44fd00fcc0cc96cd48e7967c1a8ca22e
Contents?: true
Size: 422 Bytes
Versions: 66
Compression:
Stored size: 422 Bytes
Contents
module Actions module Foreman module Architecture class Update < Actions::EntryAction def plan(architecture) action_subject(architecture, :changes => architecture.changes) end def humanized_name _("Update architecture") end def humanized_input input[:architecture] && input[:architecture][:name] end end end end end
Version data entries
66 entries across 66 versions & 1 rubygems