Sha256: c3f6e4038ced673d4ca3fb9b91102c0eea50633b5d3fa5815316f00c7384ae9a

Contents?: true

Size: 207 Bytes

Versions: 13

Compression:

Stored size: 207 Bytes

Contents

# frozen_string_literal: true
# Represents a single Participant authentication event.
class ParticipantLoginEvent < ActiveRecord::Base
  belongs_to :participant

  validates :participant, presence: true
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
think_feel_do_engine-3.22.9 app/models/participant_login_event.rb
think_feel_do_engine-3.22.8 app/models/participant_login_event.rb
think_feel_do_engine-3.22.7 app/models/participant_login_event.rb
think_feel_do_engine-3.22.6 app/models/participant_login_event.rb
think_feel_do_engine-3.22.5 app/models/participant_login_event.rb
think_feel_do_engine-3.22.4 app/models/participant_login_event.rb
think_feel_do_engine-3.22.2 app/models/participant_login_event.rb
think_feel_do_engine-3.22.1 app/models/participant_login_event.rb
think_feel_do_engine-3.22.0 app/models/participant_login_event.rb
think_feel_do_engine-3.21.2 app/models/participant_login_event.rb
think_feel_do_engine-3.21.1 app/models/participant_login_event.rb
think_feel_do_engine-3.21.0 app/models/participant_login_event.rb
think_feel_do_engine-3.20.1 app/models/participant_login_event.rb