IuryNogueira/myreef

View on GitHub
backend_v2/app/policies/on_off_value_policy.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
 
class OnOffValuePolicy < OwnerPolicy
def create?
owner?
end
end