method

global_current_scope=

global_current_scope=(scope)
public

No documentation available.

# File activerecord/lib/active_record/scoping.rb, line 37
      def global_current_scope=(scope)
        ScopeRegistry.set_global_current_scope(self, scope)
      end