method

current_scope

current_scope(skip_inherited_scope = false)
public

No documentation available.

# File activerecord/lib/active_record/scoping.rb, line 26
      def current_scope(skip_inherited_scope = false)
        ScopeRegistry.current_scope(self, skip_inherited_scope)
      end