Remove legacy save search endpoint

This commit is contained in:
Sebastian Serth
2023-07-28 13:18:39 +02:00
parent 401044fef8
commit 28a4b672f9
8 changed files with 4 additions and 29 deletions

View File

@@ -1,6 +0,0 @@
# frozen_string_literal: true
class Search < ApplicationRecord
belongs_to :user, polymorphic: true
belongs_to :exercise
end