rails8-memoapp/app/controllers/application_controller.rb
2025-02-20 22:46:52 +09:00

4 lines
121 B
Ruby

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