class LocationPolicy::Scope
Public Instance Methods
Source
# File app/policies/location_policy.rb, line 9 def resolve scope.joins(:team_locations).where( team_locations: { academic_year: AcademicYear.pending, team: } ) end
# File app/policies/location_policy.rb, line 9 def resolve scope.joins(:team_locations).where( team_locations: { academic_year: AcademicYear.pending, team: } ) end