Class: CloseEncounters::ParticipantEvent

Inherits:
ApplicationRecord show all
Defined in:
app/models/close_encounters/participant_event.rb

Instance Method Summary collapse

Instance Method Details

#verified?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'app/models/close_encounters/participant_event.rb', line 16

def verified?
  !!.to_h.dig("verified")
end