method

current_scope=

current_scope=(scope)
protected

No documentation available.

# File activerecord/lib/active_record/base.rb, line 1219
        def current_scope=(scope) #:nodoc:
          Thread.current["#{self}_current_scope"] = scope
        end