Fix creating exercise collections with exercises

This commit is contained in:
Maximilian Grundke
2018-08-22 13:41:23 +02:00
parent 16933632ae
commit 11dc48dc96
3 changed files with 6 additions and 4 deletions

View File

@ -15,7 +15,7 @@ class Exercise < ActiveRecord::Base
has_and_belongs_to_many :proxy_exercises
has_many :user_proxy_exercise_exercises
has_many :exercise_collection_items
has_many :exercise_collections, through: :exercise_collection_items
has_many :exercise_collections, through: :exercise_collection_items, inverse_of: :exercises
has_many :user_exercise_interventions
has_many :interventions, through: :user_exercise_interventions
has_many :exercise_tags