Class: Actions::Katello::ContentView::Create
- Inherits:
-
Base
- Object
- Base
- Actions::Katello::ContentView::Create
- Defined in:
- app/lib/actions/katello/content_view/create.rb
Instance Method Summary collapse
Instance Method Details
#humanized_name ⇒ Object
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 |