Class: Locked::Context::Sanitizer

Inherits:
Object
  • Object
show all
Defined in:
lib/locked/context/sanitizer.rb

Overview

removes not proper active flag values

Class Method Summary collapse

Class Method Details

.call(context) ⇒ Object



8
9
10
# File 'lib/locked/context/sanitizer.rb', line 8

def call(context)
  sanitized_active_mode(context) || {}
end