Class: Actions::Katello::ContentView::Create

Inherits:
Base
  • Object
show all
Defined in:
app/lib/actions/katello/content_view/create.rb

Instance Method Summary collapse

Instance Method Details

#humanized_nameObject



9
10
11
# File 'app/lib/actions/katello/content_view/create.rb', line 9

def humanized_name
  _("Create")
end

#plan(content_view) ⇒ Object



5
6
7
# File 'app/lib/actions/katello/content_view/create.rb', line 5

def plan(content_view)
  content_view.save!
end