Sha256: c4016aa9482d40255fa51287996c9d37e142a3a90f1803cdbda589fab54222b7

Contents?: true

Size: 177 Bytes

Versions: 55

Compression:

Stored size: 177 Bytes

Contents

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

  validates :participant, presence: true
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
think_feel_do_engine-3.19.9 app/models/participant_login_event.rb
think_feel_do_engine-3.19.8 app/models/participant_login_event.rb
think_feel_do_engine-3.19.7 app/models/participant_login_event.rb
think_feel_do_engine-3.19.6 app/models/participant_login_event.rb
think_feel_do_engine-3.19.5 app/models/participant_login_event.rb
think_feel_do_engine-3.19.4 app/models/participant_login_event.rb
think_feel_do_engine-3.19.3 app/models/participant_login_event.rb
think_feel_do_engine-3.19.2 app/models/participant_login_event.rb
think_feel_do_engine-3.19.1 app/models/participant_login_event.rb
think_feel_do_engine-3.19.0 app/models/participant_login_event.rb
think_feel_do_engine-3.18.0 app/models/participant_login_event.rb
think_feel_do_engine-3.17.2 app/models/participant_login_event.rb
think_feel_do_engine-3.17.1 app/models/participant_login_event.rb
think_feel_do_engine-3.17.0 app/models/participant_login_event.rb
think_feel_do_engine-3.16.3 app/models/participant_login_event.rb
think_feel_do_engine-3.16.2 app/models/participant_login_event.rb
think_feel_do_engine-3.16.1 app/models/participant_login_event.rb
think_feel_do_engine-3.15.7 app/models/participant_login_event.rb
think_feel_do_engine-3.16.0 app/models/participant_login_event.rb
think_feel_do_engine-3.15.6 app/models/participant_login_event.rb