canvas-lms/app/models/moderated_grading.rb

6 lines
88 B
Ruby

module ModeratedGrading
def self.table_name_prefix
'moderated_grading_'
end
end