rails8-memoapp/app/controllers/application_controller.rb

5 lines
121 B
Ruby
Raw Normal View History

2025-02-20 22:46:52 +09:00
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
include Pagy::Backend
end