summaryrefslogtreecommitdiff
path: root/app/controllers/sherlock/file_samples_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/sherlock/file_samples_controller.rb')
-rw-r--r--app/controllers/sherlock/file_samples_controller.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/controllers/sherlock/file_samples_controller.rb b/app/controllers/sherlock/file_samples_controller.rb
deleted file mode 100644
index 900446bb75a..00000000000
--- a/app/controllers/sherlock/file_samples_controller.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-module Sherlock
- class FileSamplesController < Sherlock::ApplicationController
- def show
- @file_sample = @transaction.find_file_sample(params[:id])
- end
- end
-end