use axis instead os subjects on new assessement page

This commit is contained in:
2023-07-05 11:51:01 -03:00
parent d56483e600
commit 0e21b13035
6 changed files with 221 additions and 106 deletions

View File

@@ -0,0 +1,7 @@
class AxisPolicy < ApplicationPolicy
class Scope < Scope
def resolve
scope.all
end
end
end