Module: DomoscioRails::HTTPCalls::Fetch
- Included in:
- Content, Event, Instance, KnowledgeEdge, KnowledgeGraph, KnowledgeNode, KnowledgeNodeContent, KnowledgeNodeStudent, LearningSession, Objective, ObjectiveKnowledgeNode, ObjectiveKnowledgeNodeStudent, ObjectiveStudent, Student, Tag, TagEdge, TagSet, Tagging
- Defined in:
- lib/domoscio_rails/http_calls.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
45 46 47 |
# File 'lib/domoscio_rails/http_calls.rb', line 45 def self.included(base) base.extend(ClassMethods) end |