Skip to content

Commit

Permalink
Update api index:participants
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyManda committed Jan 23, 2024
1 parent c8bcb68 commit 9fcb778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/participants_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Api::V1::ParticipantsController < ApplicationController
def index
@participants = Participant.all
@participants = @events = Api::V1::Participant.all
end

# GET /participants/1 or /participants/1.json
Expand Down

0 comments on commit 9fcb778

Please sign in to comment.