Module: Shared::Confidences

Overview

Shared code for apply user assertions of Confidence to data.

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#reject_confidences(attributed) ⇒ Object



38
39
40
# File 'app/models/concerns/shared/confidences.rb', line 38

def reject_confidences(attributed)
  attributed['confidence_level_id'].blank?
end