Method: AccessRoles::RoleSetQuery#scope
- Defined in:
- lib/access_roles/role_set_query.rb
#scope(s) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
25 26 27 |
# File 'lib/access_roles/role_set_query.rb', line 25 def scope(s) where(scope: s) end |