Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Oct 10, 2024
1 parent ae85858 commit ec1d118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/pbs/event_participations_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def js_data_sharing_help_text(participation, for_someone_else)

def event_participation_table_options(t, event)
if event.is_a?(Event::Camp)
t.col(Event::Participation.human_attribute_name(:state)) { |p| t("activerecord.attributes.event/camp.participation_states.#{p.state}") }
t.col(Event::Participation.human_attribute_name(:state)) { |p| t("activerecord.attributes.event/camp.participation_states.#{p.state}") }
end
end
end
Expand Down

0 comments on commit ec1d118

Please sign in to comment.