Module: Katello::Concerns::HostsControllerExtensions::Overrides
- Defined in:
- app/controllers/katello/concerns/hosts_controller_extensions.rb
Instance Method Summary collapse
Instance Method Details
#action_permission ⇒ Object
8 9 10 11 12 13 14 15 16 17 |
# File 'app/controllers/katello/concerns/hosts_controller_extensions.rb', line 8 def case params[:action] when 'content_hosts' 'view' when 'change_content_source' 'edit' else super end end |