module Coursemology::Evaluator

Constants

VERSION

Public Class Methods

eager_load!() click to toggle source
Calls superclass method
# File lib/coursemology/evaluator.rb, line 36
def self.eager_load!
  super
  Coursemology::Polyglot.eager_load!
  Logging.eager_load!
end