apsislabs / phi_attrs

HIPAA compliant PHI access logging for Ruby on Rails.
MIT License
27 stars 3 forks source link

Feature/block level disallow phi #32

Closed egreer closed 5 years ago

egreer commented 5 years ago

This adds block level disallow_phi to class and instance.

Disallow is a temporary suppression, and like allow mixing the block syntax and ! syntax it is not recommend.

Implements: https://github.com/apsislabs/phi_attrs/issues/18

This PR is based on the phi_allowed? branch to minimize conflicts. https://github.com/apsislabs/phi_attrs/pull/31