d7f10c2949
Add the missing check on GraphQL API for project statistics
5 lines
110 B
Ruby
5 lines
110 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ProjectStatisticsPolicy < BasePolicy
|
|
delegate { @subject.project }
|
|
end
|