Class: CgAppBase::RedirectToolController

Inherits:
ApplicationController show all
Defined in:
app/controllers/cg_app_base/redirect_tool_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#may_reset

Methods included from LayoutConcern

#set_menu_layout_session_ind

Instance Method Details

#indexObject



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