module Coursemology::Polyglot

Constants

VERSION

Public Class Methods

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