Module: Gradable

Extended by:
ActiveSupport::Concern
Included in:
Gaku::Course, Gaku::Exam
Defined in:
app/models/concerns/gradable.rb

Instance Method Summary collapse

Instance Method Details

#use_primary_grading_method_setObject



9
10
11
12
13
# File 'app/models/concerns/gradable.rb', line 9

def use_primary_grading_method_set
  if Gaku::GradingMethodSet.primary
    grading_methods << Gaku::GradingMethodSet.primary.grading_methods
  end
end