5 lines
105 B
Ruby
5 lines
105 B
Ruby
class AdminController < ApplicationController
|
|
disallow_account_scope
|
|
before_action :ensure_staff
|
|
end
|