Sha256: 38f614419c27d8e15717ea7252c614fe2b14b22e9c4c50b9ad8d79f4d6483d45

Contents?: true

Size: 252 Bytes

Versions: 250

Compression:

Stored size: 252 Bytes

Contents

module Actions
  module Katello
    module ContentView
      class Create < Actions::Base
        def plan(content_view)
          content_view.save!
        end

        def humanized_name
          _("Create")
        end
      end
    end
  end
end

Version data entries

250 entries across 250 versions & 1 rubygems

Version Path
katello-2.4.2 app/lib/actions/katello/content_view/create.rb
katello-3.0.0.rc4 app/lib/actions/katello/content_view/create.rb
katello-3.0.0.rc3 app/lib/actions/katello/content_view/create.rb
katello-3.0.0.rc2 app/lib/actions/katello/content_view/create.rb
katello-3.0.0.rc1 app/lib/actions/katello/content_view/create.rb
katello-2.4.1 app/lib/actions/katello/content_view/create.rb
katello-2.4.0 app/lib/actions/katello/content_view/create.rb
katello-2.4.0.rc3 app/lib/actions/katello/content_view/create.rb
katello-2.4.0.rc2 app/lib/actions/katello/content_view/create.rb
katello-2.4.0.rc1 app/lib/actions/katello/content_view/create.rb