Sha256: 9fb7761ebb2697212f2b131999c0a9c5bde50b2b573cf3f41919524673b42186
Contents?: true
Size: 339 Bytes
Versions: 30
Compression:
Stored size: 339 Bytes
Contents
require_dependency "coalescing_panda/application_controller" module CoalescingPanda class CanvasBatchesController < ApplicationController def show @batch = CanvasBatch.find(params[:id]) render @batch end def clear_batch_session session[:canvas_batch_id] = nil render nothing: true end end end
Version data entries
30 entries across 30 versions & 1 rubygems