Module: CoalescingPanda::CanvasBatchesHelper

Defined in:
app/helpers/coalescing_panda/canvas_batches_helper.rb

Instance Method Summary collapse

Instance Method Details

#current_batchObject



3
4
5
# File 'app/helpers/coalescing_panda/canvas_batches_helper.rb', line 3

def current_batch
  @current_batch ||= CoalescingPanda::CanvasBatch.find_by_id(current_session_data[:canvas_batch_id])
end