class Patient::ArchivePolicy
Public Instance Methods
Source
# File app/policies/patient/archive_policy.rb, line 4 def create? = team.has_point_of_care_access? end
# File app/policies/patient/archive_policy.rb, line 4 def create? = team.has_point_of_care_access? end