Class: Eyeloupe::InRequestsController

Inherits:
ApplicationController show all
Includes:
Searchable
Defined in:
app/controllers/eyeloupe/in_requests_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#root

Instance Method Details

#indexObject



9
10
11
12
13
# File 'app/controllers/eyeloupe/in_requests_controller.rb', line 9

def index
  @pagy, @requests = pagy(@query, items: 50)

  render partial: 'frame' if params[:frame].present?
end

#showObject



15
16
# File 'app/controllers/eyeloupe/in_requests_controller.rb', line 15

def show
end