Skip to content

Commit d52f238

Browse files
authored
fix: missing callback ActionNotFound exception (#181)
1 parent 5a6e30e commit d52f238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/transfer_requests_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class TransferRequestsController < ApplicationController
22
before_action :set_transfer_request,
3-
only: %i[edit update destroy show confirm]
3+
only: %i[destroy confirm]
44
def index
55
@transfer_requests_to =
66
TransferRequest.where(to_group_id: current_user.id)

0 commit comments

Comments
 (0)