Class: CgAppBase::RedirectToolController
- Inherits:
-
ApplicationController
- Object
- SoAuthBridge::ApplicationController
- ApplicationController
- CgAppBase::RedirectToolController
- Defined in:
- app/controllers/cg_app_base/redirect_tool_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from LayoutConcern
Instance Method Details
#index ⇒ Object
4 5 6 7 8 |
# File 'app/controllers/cg_app_base/redirect_tool_controller.rb', line 4 def index @url = params[:url] @url ||= '/contracts' render layout: false end |