Sha256: b5634a987f460895ff205f4972a1d098d42c5f19854d68f7e79a4090ef24f0a8
Contents?: true
Size: 275 Bytes
Versions: 48
Compression:
Stored size: 275 Bytes
Contents
module PandaPal class ApplicationController < ActionController::Base around_action :share_controller_on_thread def share_controller_on_thread Thread.current[:controller] = self yield ensure Thread.current[:controller] = nil end end end
Version data entries
48 entries across 48 versions & 1 rubygems