Skip to content

Commit

Permalink
Undo unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Sep 11, 2024
1 parent 43fc0aa commit 2d6e317
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/models/score_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# description :text(65535)
# created_at :datetime not null
# updated_at :datetime not null
# order :integer
#
class ScoreItem < ApplicationRecord
belongs_to :evaluation_exercise
Expand Down
1 change: 0 additions & 1 deletion test/factories/score_items.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# description :text(65535)
# created_at :datetime not null
# updated_at :datetime not null
# order :integer
#
FactoryBot.define do
factory :score_item do
Expand Down
1 change: 0 additions & 1 deletion test/models/score_item_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# description :text(65535)
# created_at :datetime not null
# updated_at :datetime not null
# order :integer
#
require 'test_helper'

Expand Down

0 comments on commit 2d6e317

Please sign in to comment.