module ActiveRecord::Encryption::Contexts

def reset_default_context

def reset_default_context
  self.default_context = Context.new
end