Skip to content

Commit

Permalink
fix: missing callback ActionNotFound exception (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj authored Jun 5, 2024
1 parent 5a6e30e commit d52f238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/transfer_requests_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class TransferRequestsController < ApplicationController
before_action :set_transfer_request,
only: %i[edit update destroy show confirm]
only: %i[destroy confirm]
def index
@transfer_requests_to =
TransferRequest.where(to_group_id: current_user.id)
Expand Down

0 comments on commit d52f238

Please sign in to comment.