Skip to content

Commit 89c2b88

Browse files
committed
(fix) Allow Submission to include Task
1 parent 5fbbf4d commit 89c2b88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/serializable/serializable_submission.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ class SerializableSubmission < JSONAPI::Serializable::Resource
22
type 'submissions'
33

44
belongs_to :framework
5+
belongs_to :task
56
has_many :entries
67
has_many :files
78

0 commit comments

Comments
 (0)