Skip to content

Commit

Permalink
feat: Remove unused Leva::BaseEval class
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranklaassen committed Aug 21, 2024
1 parent 92c3f67 commit 6a07f81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/models/leva/dataset_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# updated_at :datetime not null
# dataset_id :integer not null
# recordable_id :integer not null
# actual_result :text
#
# Indexes
#
Expand All @@ -27,8 +26,6 @@ class DatasetRecord < ApplicationRecord
has_many :runner_results, dependent: :destroy
has_many :evaluation_results, dependent: :destroy, through: :runner_results

validates :actual_result, presence: true

# @return [Hash] A hash of attributes to be displayed in the dataset records index
def index_attributes
if recordable.respond_to?(:index_attributes)
Expand Down

0 comments on commit 6a07f81

Please sign in to comment.