8 lines
145 B
Ruby
8 lines
145 B
Ruby
include Pagy::Backend
|
|
|
|
class ApplicationController < ActionController::Base
|
|
protect_from_forgery with: :exception
|
|
|
|
include Authorization
|
|
end
|