diff options
Diffstat (limited to 'app/controllers/targets_controller.rb')
-rw-r--r-- | app/controllers/targets_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/targets_controller.rb b/app/controllers/targets_controller.rb index 60d3523..a11ddd7 100644 --- a/app/controllers/targets_controller.rb +++ b/app/controllers/targets_controller.rb @@ -1,5 +1,5 @@ class TargetsController < ApplicationController - before_action :set_target, only: %i[show edit update] + before_action :set_target, only: %i[show edit update destroy] def index @targets = Target.order(:name) |