pagination happening now

This commit is contained in:
madhekare 2021-04-07 20:56:03 -07:00
parent 27f83ddd18
commit 77b6dac6a2
8 changed files with 188 additions and 1 deletions

View file

@ -3,6 +3,7 @@
class ApplicationController < ActionController::Base
before_action :set_paper_trail_whodunnit
include ApplicationHelper
include Pagy::Backend
add_flash_types :error
protect_from_forgery with: :exception, prepend: true
before_action :store_location