module ActiveRecord::Encryption::Contexts

def current_custom_context

def current_custom_context
  self.custom_contexts&.last
end