sqm-dashboards/app/models/attempt.rb
2017-03-07 12:40:09 -05:00

8 lines
143 B
Ruby

class Attempt < ApplicationRecord
belongs_to :schedule
belongs_to :recipient
belongs_to :recipient_schedule
belongs_to :question
end