Class: Kube::Station::GroupsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Kube::Station::GroupsController
- Defined in:
- app/controllers/kube/station/groups_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/kube/station/groups_controller.rb', line 6 def index @groups = fetch_api_resources.map { |r| r[:group].presence || "core" }.uniq.sort end |