We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbbf4d commit 89c2b88Copy full SHA for 89c2b88
1 file changed
app/serializable/serializable_submission.rb
@@ -2,6 +2,7 @@ class SerializableSubmission < JSONAPI::Serializable::Resource
2
type 'submissions'
3
4
belongs_to :framework
5
+ belongs_to :task
6
has_many :entries
7
has_many :files
8
0 commit comments