Class: Gaku::GradingMethod

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/gaku/grading_method.rb

Constant Summary collapse

Types =
%w( score percentage ordinal interval )

Instance Method Summary collapse

Instance Method Details

#to_sObject



27
28
29
# File 'app/models/gaku/grading_method.rb', line 27

def to_s
  name
end