Class: Eyeloupe::JobsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Eyeloupe::JobsController
- Includes:
- Searchable
- Defined in:
- app/controllers/eyeloupe/jobs_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
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 |
#show ⇒ Object
13 14 |
# File 'app/controllers/eyeloupe/jobs_controller.rb', line 13 def show end |