Class: Authz::Boundary::PersonalProjectsBoundary
- Inherits:
-
Base
- Object
- Base
- Authz::Boundary::PersonalProjectsBoundary
show all
- Defined in:
- app/models/authz/boundary.rb
Instance Method Summary
collapse
Methods inherited from Base
declarative_policy_class, #initialize, #path
Instance Method Details
#member?(user) ⇒ Boolean
77
78
79
|
# File 'app/models/authz/boundary.rb', line 77
def member?(user)
namespace.member?(user)
end
|
#namespace ⇒ Object
73
74
75
|
# File 'app/models/authz/boundary.rb', line 73
def namespace
boundary.namespace
end
|