method

current_custom_context

current_custom_context()
public

No documentation available.

# File activerecord/lib/active_record/encryption/contexts.rb, line 66
        def current_custom_context
          self.custom_contexts&.last
        end