Skip to content

Commit

Permalink
Minor whitespace formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed May 14, 2024
1 parent 466be59 commit dd16ad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/models/close_encounters/participant_service.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module CloseEncounters
class ParticipantService < ApplicationRecord
has_many :events, inverse_of: :participant_service, class_name: "CloseEncounters::ParticipantEvent"
has_many :events,
inverse_of: :participant_service,
class_name: "CloseEncounters::ParticipantEvent"

validates :name, presence: true

Expand Down

0 comments on commit dd16ad8

Please sign in to comment.