scope()
public

No documentation available.

# File activerecord/lib/active_record/associations/association_scope.rb, line 16
      def scope
        scope = klass.unscoped
        scope.extending! Array(options[:extend])
        add_constraints(scope)
      end