Class: G5Updatable::LocationPolicy::Scope

Inherits:
G5Authenticatable::BasePolicy::BaseScope show all
Defined in:
app/policies/g5_updatable/location_policy.rb

Instance Attribute Summary

Attributes inherited from G5Authenticatable::BasePolicy::BaseScope

#scope, #user

Instance Method Summary collapse

Methods inherited from G5Authenticatable::BasePolicy::BaseScope

#global_role?, #initialize

Constructor Details

This class inherits a constructor from G5Authenticatable::BasePolicy::BaseScope

Instance Method Details

#resolveObject



9
10
11
# File 'app/policies/g5_updatable/location_policy.rb', line 9

def resolve
  locations_from_client_location_roles
end