Class: RedirectsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/redirects_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
6
# File 'app/controllers/redirects_controller.rb', line 3

def show
  redirect = Redirect.match(request)
  redirect_to redirect.path_to
end