Files
finreport-analyzer/app/controllers/application_controller.rb
T

8 lines
145 B
Ruby

include Pagy::Backend
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
include Authorization
end