Class: Eyeloupe::JobsController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#root

Instance Method Details

#indexObject



7
8
9
10
11
# File 'app/controllers/eyeloupe/jobs_controller.rb', line 7

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

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

#showObject



13
14
# File 'app/controllers/eyeloupe/jobs_controller.rb', line 13

def show
end