Class: CloseEncounters::ParticipantEvent
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- CloseEncounters::ParticipantEvent
- Defined in:
- app/models/close_encounters/participant_event.rb
Instance Method Summary collapse
Instance Method Details
#verified? ⇒ Boolean
16 17 18 |
# File 'app/models/close_encounters/participant_event.rb', line 16 def verified? !!.to_h.dig("verified") end |