Class: Kube::Station::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/kube/station/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#default_url_optionsObject



14
15
16
17
18
# File 'app/controllers/kube/station/application_controller.rb', line 14

def default_url_options
  options = super
  options[:namespace] = params[:namespace] if params[:namespace].present?
  options
end