We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03a23b commit 356c6c1Copy full SHA for 356c6c1
app/controllers/exception_track/logs_controller.rb
@@ -3,7 +3,7 @@
3
module ExceptionTrack
4
class LogsController < ActionController::Base
5
layout "exception-track/application"
6
- before_action :set_log, only: %i[show destroy]
+ before_action :set_log, only: :show
7
8
# GET /exception_logs
9
def index
0 commit comments