Module: Mumukit::Platform::Course
- Extended by:
- Global
- Defined in:
- lib/mumukit/platform/course.rb
Class Method Summary
collapse
Methods included from Global
current, current?, leave!, switch!
Class Method Details
.__global_thread_variable_key__ ⇒ Object
8
9
10
|
# File 'lib/mumukit/platform/course.rb', line 8
def self.__global_thread_variable_key__
:course
end
|
.find_by_slug!(slug) ⇒ Object
4
5
6
|
# File 'lib/mumukit/platform/course.rb', line 4
def self.find_by_slug!(slug)
Mumukit::Platform.course_class.find_by_slug!(slug)
end
|