class LearnParty::StudentTypeError

Public Class Methods

new(msg="student collection must contain student objects that respond to a click to toggle source
Calls superclass method
# File lib/learn_party.rb, line 77
def initialize(msg="student collection must contain student objects that respond to a #completed_lesson_count_for_active_track method or have a key of :completed_lesson_count_for_active_track_count")
  super
end