4 lines
126 B
Ruby
4 lines
126 B
Ruby
class Internal::ApplicationController < ApplicationController
|
|
include EnforceAdmin
|
|
before_action :require_super_admin
|
|
end
|