Gab Social. All are welcome.
This commit is contained in:
11
app/policies/instance_policy.rb
Normal file
11
app/policies/instance_policy.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class InstancePolicy < ApplicationPolicy
|
||||
def index?
|
||||
admin?
|
||||
end
|
||||
|
||||
def show?
|
||||
admin?
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user