class DocumentExporter::Gdoc::StudentMaterial
Constants
- FOLDER_NAME
Public Instance Methods
export()
click to toggle source
# File lib/document_exporter/gdoc/student_material.rb, line 8 def export return gdoc_folder unless @options[:excludes].present? scope = @document.student_materials material_ids = scope.where(id: included_materials(context_type: :gdoc)).pluck(:id) gdoc_folder_tmp(material_ids) end