Module: Concerns::Copier

Defined in:
app/models/concerns/copier.rb

Overview

Copies lesson content from one arm’s learning tool (i.e., LEARN tool) to another arm’s learning tool

Constant Summary collapse

LESSON_MODULE =
ContentModules::LessonModule.to_s
LEARN_TOOL =
Tools::Learn.to_s
TOOL_TITLE =
"LEARN"