Class: Kube::Station::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Kube::Station::ApplicationController
- Defined in:
- app/controllers/kube/station/application_controller.rb
Direct Known Subclasses
ApprovedController, ClustersController, Graph::NodeController, GraphController, GroupsController, KindsController, ListController, VersionsController
Instance Method Summary collapse
Instance Method Details
#default_url_options ⇒ Object
14 15 16 17 18 |
# File 'app/controllers/kube/station/application_controller.rb', line 14 def = super [:namespace] = params[:namespace] if params[:namespace].present? end |