apsislabs / phi_attrs

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

Override Indexer #47

Open Crisfole opened 3 years ago

Crisfole commented 3 years ago

The index method is easy to override:

def [](key)
  super(key)
end

Should we consider overriding this as well?