class ParentRelationshipPolicy
Public Instance Methods
Source
# File app/policies/parent_relationship_policy.rb, line 12 def confirm_destroy? = destroy? def destroy? = team.has_point_of_care_access?
Source
# File app/policies/parent_relationship_policy.rb, line 6 def create? = team.has_point_of_care_access? def show? = team.has_point_of_care_access? def update? = team.has_point_of_care_access? def confirm_destroy? = destroy? def destroy?
Source
# File app/policies/parent_relationship_policy.rb, line 14 def destroy? = team.has_point_of_care_access? end
Source
# File app/policies/parent_relationship_policy.rb, line 4 def index? = team.has_point_of_care_access? def create? = team.has_point_of_care_access? def show? = team.has_point_of_care_access? def update? = team.has_point_of_care_access? def confirm_destroy? = destroy? def
Source
# File app/policies/parent_relationship_policy.rb, line 8 def show? = team.has_point_of_care_access? def update? = team.has_point_of_care_access? def confirm_destroy? = destroy? def destroy? =
Source
# File app/policies/parent_relationship_policy.rb, line 10 def update? = team.has_point_of_care_access? def confirm_destroy? = destroy? def destroy? = team