Skip to content

Commit 68d26b4

Browse files
committed
Remove obsolete ApiResponder, ApiController
1 parent ca25284 commit 68d26b4

File tree

4 files changed

+2
-32
lines changed

4 files changed

+2
-32
lines changed

app/controllers/activities_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class ActivitiesController < ApiController
1+
class ActivitiesController < ApplicationController
22
respond_to :html
33

44
skip_before_action :authenticate_user!, only: %i[index show]

app/controllers/api_controller.rb

-5
This file was deleted.

app/controllers/participations_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class ParticipationsController < ApiController
1+
class ParticipationsController < ApplicationController
22
respond_to :js, :html
33

44
def create

lib/api_responder.rb

-25
This file was deleted.

0 commit comments

Comments
 (0)