use axis instead os subjects on new assessement page
This commit is contained in:
7
app/policies/axis_policy.rb
Normal file
7
app/policies/axis_policy.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AxisPolicy < ApplicationPolicy
|
||||
class Scope < Scope
|
||||
def resolve
|
||||
scope.all
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user