5 lines
110 B
Ruby
5 lines
110 B
Ruby
class ExerciseCollectionItem < ApplicationRecord
|
|
belongs_to :exercise_collection
|
|
belongs_to :exercise
|
|
end
|