4 lines
90 B
Ruby
4 lines
90 B
Ruby
class AdminController < ApplicationController
|
|
before_action :ensure_is_staff_member
|
|
end
|