Files
fizzy/app/controllers/admin_controller.rb
2025-11-28 15:53:58 +01:00

5 lines
105 B
Ruby

class AdminController < ApplicationController
disallow_account_scope
before_action :ensure_staff
end