Files
fizzy/app/controllers/admin_controller.rb
T
David Heinemeier Hansson 60a429e463 Use more naturally-sounding ensures
These match Basecamp and the existing predicate methods
2025-10-29 13:33:34 +01:00

4 lines
80 B
Ruby

class AdminController < ApplicationController
before_action :ensure_staff
end