Module: Jets::Controller::Decorate::UrlFor

Includes:
ApigwStage
Included in:
Base
Defined in:
lib/jets/controller/decorate/url_for.rb

Instance Method Summary collapse

Methods included from ApigwStage

#add_apigw_stage, #add_apigw_stage?

Instance Method Details

#url_for(options = nil) ⇒ Object



5
6
7
8
# File 'lib/jets/controller/decorate/url_for.rb', line 5

def url_for(options = nil)
  url = super
  add_apigw_stage(url)
end