Fix Submissions index page
Closes CODEOCEAN-BJ
This commit is contained in:
@ -195,7 +195,7 @@ class Submission < ApplicationRecord
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.ransackable_attributes(_auth_object = nil)
|
def self.ransackable_attributes(_auth_object = nil)
|
||||||
%w[study_group_id]
|
%w[study_group_id exercise_id cause]
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
Reference in New Issue
Block a user