Class: Eyeloupe::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
Pagy::Backend
Defined in:
app/controllers/eyeloupe/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#rootObject



7
8
9
# File 'app/controllers/eyeloupe/application_controller.rb', line 7

def root
  redirect_to in_requests_path
end