class ConsentFormPolicy::Scope
Public Instance Methods
Source
# File app/policies/consent_form_policy.rb, line 29 def resolve team ? scope.for_team(team) : scope.none end
# File app/policies/consent_form_policy.rb, line 29 def resolve team ? scope.for_team(team) : scope.none end