Skip to content

Commit 356c6c1

Browse files
songhuangcnhuacnlee
authored andcommitted
Remove extra action
1 parent b03a23b commit 356c6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/exception_track/logs_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ExceptionTrack
44
class LogsController < ActionController::Base
55
layout "exception-track/application"
6-
before_action :set_log, only: %i[show destroy]
6+
before_action :set_log, only: :show
77

88
# GET /exception_logs
99
def index

0 commit comments

Comments
 (0)