60a429e463
These match Basecamp and the existing predicate methods
4 lines
80 B
Ruby
4 lines
80 B
Ruby
class AdminController < ApplicationController
|
|
before_action :ensure_staff
|
|
end
|